FFmpeg
|
#include <id3v2.h>
Data Fields | |
uint8_t * | element_id |
uint32_t | start |
uint32_t | end |
AVDictionary * | meta |
uint8_t* ID3v2ExtraMetaCHAP::element_id |
Definition at line 85 of file id3v2.h.
Referenced by ff_id3v2_parse_chapters(), free_chapter(), and read_chapter().
uint32_t ID3v2ExtraMetaCHAP::start |
Definition at line 86 of file id3v2.h.
Referenced by ff_id3v2_parse_chapters(), and read_chapter().
uint32_t ID3v2ExtraMetaCHAP::end |
Definition at line 86 of file id3v2.h.
Referenced by ff_id3v2_parse_chapters(), and read_chapter().
AVDictionary* ID3v2ExtraMetaCHAP::meta |
Definition at line 87 of file id3v2.h.
Referenced by ff_id3v2_parse_chapters(), free_chapter(), and read_chapter().