|
id3dev 26.01
An ID3 metadata library
|
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. | |
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.
| 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_t _Id3v2ContentEntry::size |
Size in bytes of the data pointed to by entry.
Definition at line 268 of file id3v2Types.h.