FFmpeg
|
#include <id3v2.h>
Data Fields | |
uint32_t | datasize |
uint8_t * | mime_type |
uint8_t * | file_name |
uint8_t * | description |
uint8_t * | data |
uint32_t ID3v2ExtraMetaGEOB::datasize |
Definition at line 58 of file id3v2.h.
Referenced by decrypt_init(), and read_geobtag().
uint8_t* ID3v2ExtraMetaGEOB::mime_type |
Definition at line 59 of file id3v2.h.
Referenced by free_geobtag(), and read_geobtag().
uint8_t* ID3v2ExtraMetaGEOB::file_name |
Definition at line 60 of file id3v2.h.
Referenced by free_geobtag(), and read_geobtag().
uint8_t* ID3v2ExtraMetaGEOB::description |
Definition at line 61 of file id3v2.h.
Referenced by decrypt_init(), free_geobtag(), and read_geobtag().
uint8_t* ID3v2ExtraMetaGEOB::data |
Definition at line 62 of file id3v2.h.
Referenced by decrypt_init(), free_geobtag(), and read_geobtag().