|
id3dev 26.01
An ID3 metadata library
|
Complete ID3v2 tag structure containing header and metadata frames. More...
#include <id3v2Types.h>

Data Fields | |
| Id3v2TagHeader * | header |
| Tag header with version, flags, and optional extended header. | |
| List * | frames |
| Linked list of Id3v2Frame structures containing all tag metadata. | |
Complete ID3v2 tag structure containing header and metadata frames.
Root structure representing an entire ID3v2 tag parsed from file. Header determines version and parsing behavior. Frames list contains all metadata (title, artist, artwork, etc.). Footer, when present, is not stored separately as it mirrors the header with reversed identifier "3DI".
Definition at line 294 of file id3v2Types.h.
| List* _Id3v2Tag::frames |
Linked list of Id3v2Frame structures containing all tag metadata.
Definition at line 299 of file id3v2Types.h.
| Id3v2TagHeader* _Id3v2Tag::header |
Tag header with version, flags, and optional extended header.
Definition at line 296 of file id3v2Types.h.