Structure for holding and passing around miscellaneous track metadata. More...
Public Attributes | |
int | refcount |
int64_t | setmask |
TupleBlock * | blocks |
int | nsubtunes |
Number of subtunes, if any. | |
int * | subtunes |
Array of int containing subtune index numbers. |
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.
int Tuple::nsubtunes |
int* Tuple::subtunes |