Tag Parser
9.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Encapsulates the most common data type IDs of MP4 tag fields. More...
Enumerations | |
enum | KnownValue : std::uint32_t { Reserved = 0, Utf8 = 1, Utf16 = 2, Sjis = 3, Utf8Sort = 4, Utf16Sort = 5, Html = 6, Xml = 7, Uuid = 8, Isrc = 9, Mi3p = 10, Gif = 12, Jpeg = 13, Png = 14, Url = 15, Duration = 16, DateTime = 17, Genred = 18, BeSignedInt = 21, BeUnsignedInt = 22, BeFloat32 = 23, BeFloat64 = 24, Upc = 25, Bmp = 27, QuickTimeMetadataAtom = 28, Undefined = 255 } |
Encapsulates the most common data type IDs of MP4 tag fields.
enum TagParser::RawDataType::KnownValue : std::uint32_t |
Definition at line 19 of file mp4tagfield.h.