#include <id3v2.h>
Data Fields | |
const char * | tag |
void * | data |
struct ID3v2ExtraMeta * | next |
Definition at line 48 of file id3v2.h.
void* ID3v2ExtraMeta::data |
Definition at line 50 of file id3v2.h.
Referenced by decrypt_init(), ff_id3v2_free_extra_meta(), and read_geobtag().
struct ID3v2ExtraMeta* ID3v2ExtraMeta::next [read] |
Definition at line 51 of file id3v2.h.
Referenced by decrypt_init(), ff_id3v2_free_extra_meta(), and read_geobtag().
const char* ID3v2ExtraMeta::tag |
Definition at line 49 of file id3v2.h.
Referenced by decrypt_init(), ff_id3v2_free_extra_meta(), and read_geobtag().