id3dev 26.01
An ID3 metadata library
Loading...
Searching...
No Matches
_Id3v2Tag Struct Reference

Complete ID3v2 tag structure containing header and metadata frames. More...

#include <id3v2Types.h>

Collaboration diagram for _Id3v2Tag:

Data Fields

Id3v2TagHeaderheader
 Tag header with version, flags, and optional extended header.
List * frames
 Linked list of Id3v2Frame structures containing all tag metadata.

Detailed Description

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.

Field Documentation

◆ frames

List* _Id3v2Tag::frames

Linked list of Id3v2Frame structures containing all tag metadata.

Definition at line 299 of file id3v2Types.h.

◆ header

Id3v2TagHeader* _Id3v2Tag::header

Tag header with version, flags, and optional extended header.

Definition at line 296 of file id3v2Types.h.


The documentation for this struct was generated from the following file:
  • /Users/ewanjones/projects/id3dev/include/id3v2/id3v2Types.h