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

Parsed data field from an ID3v2 frame. More...

#include <id3v2Types.h>

Data Fields

void * entry
 Pointer to extracted field data (string, binary, numeric, etc.). Type determined by corresponding context.
size_t size
 Size in bytes of the data pointed to by entry.

Detailed Description

Parsed data field from an ID3v2 frame.

Generic container for a single extracted field value. Interpretation requires corresponding Id3v2ContentContext from the frame's context list. Separation of data from context metadata enables custom frame definitions.

Definition at line 263 of file id3v2Types.h.

Field Documentation

◆ entry

void* _Id3v2ContentEntry::entry

Pointer to extracted field data (string, binary, numeric, etc.). Type determined by corresponding context.

Definition at line 265 of file id3v2Types.h.

◆ size

size_t _Id3v2ContentEntry::size

Size in bytes of the data pointed to by entry.

Definition at line 268 of file id3v2Types.h.


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