Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Structure for holding and passing around miscellaneous track metadata. More...
#include <tuple.h>
Public Attributes | |
mowgli_object_t | parent |
mowgli_patricia_t * | dict |
Mowgli dictionary for holding other than basic values. | |
TupleValue * | values [FIELD_LAST] |
Basic Tuple values, entry is NULL if not set. | |
gint | nsubtunes |
Number of subtunes, if any. | |
gint * | subtunes |
Array of gint containing subtune index numbers. |
Structure for holding and passing around miscellaneous track metadata.
This is not the same as a playlist entry, though.
mowgli_patricia_t* Tuple::dict |
Mowgli dictionary for holding other than basic values.
Definition at line 119 of file tuple.h.
Referenced by tuple_destroy(), tuple_new_unlocked(), tuple_copy(), tuple_associate_data(), tuple_disassociate(), tuple_get_value_type(), tuple_get_string(), tuple_get_int(), and tf_get_fieldref().
Number of subtunes, if any.
Values greater than 0 mean that there are subtunes and subtunes array may be set.
Definition at line 121 of file tuple.h.
Referenced by add_file(), and tuple_copy().
mowgli_object_t Tuple::parent |
Array of gint containing subtune index numbers.
Can be NULL if indexing is linear or if there are no subtunes.
Definition at line 124 of file tuple.h.
Referenced by add_file(), tuple_destroy(), and tuple_copy().
TupleValue* Tuple::values[FIELD_LAST] |
Basic Tuple values, entry is NULL if not set.
Definition at line 120 of file tuple.h.
Referenced by tuple_destroy(), tuple_copy(), tuple_associate_data(), tuple_disassociate(), tuple_get_value_type(), tuple_get_string(), tuple_get_int(), and tf_get_fieldref().