Tuple Struct Reference

Structure for holding and passing around miscellaneous track metadata. More...

List of all members.

Public Attributes

int refcount
int64_t setmask
TupleBlock * blocks
int nsubtunes
 Number of subtunes, if any.
intsubtunes
 Array of int containing subtune index numbers.

Detailed Description

Structure for holding and passing around miscellaneous track metadata.

This is not the same as a playlist entry, though.

Definition at line 65 of file tuple.c.


Member Data Documentation

TupleBlock* Tuple::blocks

Definition at line 68 of file tuple.c.

int Tuple::nsubtunes

Number of subtunes, if any.

Values greater than 0 mean that there are subtunes and subtunes array may be set.

Definition at line 70 of file tuple.c.

int Tuple::refcount

Definition at line 66 of file tuple.c.

int64_t Tuple::setmask

Definition at line 67 of file tuple.c.

int* Tuple::subtunes

Array of int containing subtune index numbers.

Can be NULL if indexing is linear or if there are no subtunes.

Definition at line 73 of file tuple.c.


The documentation for this struct was generated from the following file:

Generated on 21 Aug 2012 for Audacious by  doxygen 1.6.1