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 64 of file id3v2.h.
Referenced by decrypt_init(), and read_geobtag().
uint8_t* ID3v2ExtraMetaGEOB::mime_type |
Definition at line 65 of file id3v2.h.
Referenced by free_geobtag(), and read_geobtag().
uint8_t* ID3v2ExtraMetaGEOB::file_name |
Definition at line 66 of file id3v2.h.
Referenced by free_geobtag(), and read_geobtag().
uint8_t* ID3v2ExtraMetaGEOB::description |
Definition at line 67 of file id3v2.h.
Referenced by decrypt_init(), free_geobtag(), and read_geobtag().
uint8_t* ID3v2ExtraMetaGEOB::data |
Definition at line 68 of file id3v2.h.
Referenced by decrypt_init(), free_geobtag(), and read_geobtag().