Paraslash Audio Streaming | |
About News Download Documentation Development |
An array of name/value pairs. More...
#include <mp4.h>
Data Fields | |
struct mp4_tag * | tags |
It's OK to change this, for example by calling realloc(). More... | |
unsigned | count |
The number of entries of the array. More... | |
An array of name/value pairs.
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.