Tag Parser 12.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
Namespaces | Enumerations
ebmlid.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  TagParser
 Contains all classes and functions of the TagInfo library.
 
namespace  TagParser::EbmlIds
 Encapsulates all EBML ID values.
 

Enumerations

enum  TagParser::EbmlIds::EbmlHeaderIds {
  TagParser::EbmlIds::Header = 0x1A45DFA3 , TagParser::EbmlIds::Version = 0x4286 , TagParser::EbmlIds::ReadVersion = 0x42F7 , TagParser::EbmlIds::MaxIdLength = 0x42F2 ,
  TagParser::EbmlIds::MaxSizeLength = 0x42F3 , TagParser::EbmlIds::DocType = 0x4282 , TagParser::EbmlIds::DocTypeVersion = 0x4287 , TagParser::EbmlIds::DocTypeReadVersion = 0x4285
}
 Encapsulates all EBML header ID values. More...
 
enum  TagParser::EbmlIds::GlobalIds { TagParser::EbmlIds::Void = 0xEC , TagParser::EbmlIds::Crc32 = 0xBF , TagParser::EbmlIds::SignatureSlot = 0x1b538667 }
 Encapsulates all global EBML ID values. More...
 
enum  TagParser::EbmlIds::SignatureSlotIds {
  TagParser::EbmlIds::SignatureAlgo = 0x7e8a , TagParser::EbmlIds::SignatureHash = 0x7e9a , TagParser::EbmlIds::SignaturePublicKey = 0x7ea5 , TagParser::EbmlIds::Signature = 0x7eb5 ,
  TagParser::EbmlIds::SignatureElements = 0x7e5b
}
 Encapsulates IDs in the SignatureSlot master. More...
 
enum  TagParser::EbmlIds::SignatureElementsSlotIds { TagParser::EbmlIds::SignatureElementList = 0x7e7b }
 Encapsulates IDs in the SignatureElements master. More...
 
enum  TagParser::EbmlIds::SignatureElementListSlotIds { TagParser::EbmlIds::SignedElement = 0x6532 }
 Encapsulates IDs in the SignatureElementList master. More...