|
id3dev 26.01
An ID3 metadata library
|
Complete ID3v2 frame structure with header, parsing contexts, and data. More...
#include <id3v2Types.h>

Data Fields | |
| Id3v2FrameHeader * | header |
| Frame header containing ID, flags, and processing parameters. | |
| List * | contexts |
| Linked list of Id3v2ContentContext parsing instructions defining frame field structure. | |
| List * | entries |
| Linked list of Id3v2ContentEntry parsed data fields corresponding to contexts. | |
Complete ID3v2 frame structure with header, parsing contexts, and data.
Combines frame identification (header), parsing instructions (contexts), and extracted data (entries). Contexts and entries lists correspond positionally - each context defines how to interpret its matching entry.
Definition at line 277 of file id3v2Types.h.
| List* _Id3v2Frame::contexts |
Linked list of Id3v2ContentContext parsing instructions defining frame field structure.
Definition at line 282 of file id3v2Types.h.
| List* _Id3v2Frame::entries |
Linked list of Id3v2ContentEntry parsed data fields corresponding to contexts.
Definition at line 285 of file id3v2Types.h.
| Id3v2FrameHeader* _Id3v2Frame::header |
Frame header containing ID, flags, and processing parameters.
Definition at line 279 of file id3v2Types.h.