Paraslash Audio Streaming | |
About News Download Documentation Development |
Specifies one metadata tag. More...
#include <mp4.h>
Data Fields | |
char * | item |
The item name: "artist", "title", "album", "comment", or "date". More... | |
char * | value |
An arbitrary string value. More... | |
Specifies one metadata tag.
Both fields are 0-terminated strings.
char* item |
The item name: "artist", "title", "album", "comment", or "date".
Referenced by mp4_get_tag_value().
char* value |
An arbitrary string value.