#include <c++utilities/conversion/types.h>
Go to the source code of this file.
|
| Media |
| Contains all classes and functions of the TagInfo library.
|
|
| Media::EbmlIds |
| Encapsulates all EBML ID values.
|
|
|
enum | Media::EbmlIds::EbmlHeaderIds {
Media::EbmlIds::Header = 0x1A45DFA3,
Media::EbmlIds::Version = 0x4286,
Media::EbmlIds::ReadVersion = 0x42F7,
Media::EbmlIds::MaxIdLength = 0x42F2,
Media::EbmlIds::MaxSizeLength = 0x42F3,
Media::EbmlIds::DocType = 0x4282,
Media::EbmlIds::DocTypeVersion = 0x4287,
Media::EbmlIds::DocTypeReadVersion = 0x4285
} |
| Encapsulates all EBML header ID values. More...
|
|
enum | Media::EbmlIds::GlobalIds { Media::EbmlIds::Void = 0xEC,
Media::EbmlIds::Crc32 = 0xBF,
Media::EbmlIds::SignatureSlot = 0x1b538667
} |
| Encapsulates all global EBML ID values. More...
|
|
enum | Media::EbmlIds::SignatureSlotIds {
Media::EbmlIds::SignatureAlgo = 0x7e8a,
Media::EbmlIds::SignatureHash = 0x7e9a,
Media::EbmlIds::SignaturePublicKey = 0x7ea5,
Media::EbmlIds::Signature = 0x7eb5,
Media::EbmlIds::SignatureElements = 0x7e5b
} |
| Encapsulates IDs in the SignatureSlot master. More...
|
|
enum | Media::EbmlIds::SignatureElementsSlotIds { Media::EbmlIds::SignatureElementList = 0x7e7b
} |
| Encapsulates IDs in the SignatureElements master. More...
|
|
enum | Media::EbmlIds::SignatureElementListSlotIds { Media::EbmlIds::SignedElement = 0x6532
} |
| Encapsulates IDs in the SignatureElementList master. More...
|
|