|
Paraslash Audio Streaming |
About News Download Documentation Development |
Data Fields | |
struct mp4_tag * | tags |
unsigned | count |
This structure is initialized when the mp4 file is opened in either mode. If the file contains metadata items other than the standard five, those non-standard items are not included in the array. After a successful open, a pointer to the metadata structure can be obtained via mp4_get_meta().
struct mp4_tag* tags |
It's OK to change this, for example by calling realloc().
unsigned count |
The number of entries of the array.