Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Public Attributes
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 63 of file tuple.c.


Member Data Documentation

TupleBlock* Tuple::blocks

Definition at line 66 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 68 of file tuple.c.

int Tuple::refcount

Definition at line 64 of file tuple.c.

int64_t Tuple::setmask

Definition at line 65 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 71 of file tuple.c.


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