|
| const ebmlUnsignedIntegerType | ebml::EBMLVersion = ebmlUnsignedIntegerType("\x42\x86", L"EBMLVersion", 1) |
| |
| const ebmlUnsignedIntegerType | ebml::EBMLReadVersion = ebmlUnsignedIntegerType("\x42\xf7", L"EBMLReadVersion", 1) |
| |
| const ebmlUnsignedIntegerType | ebml::EBMLMaxIDLength = ebmlUnsignedIntegerType("\x42\xf2", L"EBMLMaxIDLength", 4) |
| |
| const ebmlUnsignedIntegerType | ebml::EBMLMaxSizeLength = ebmlUnsignedIntegerType("\x42\xf3", L"EBMLMaxSizeLength", 8) |
| |
| const ebmlBinaryType | ebml::DocType = ebmlBinaryType("\x42\x82", L"DocType") |
| |
| const ebmlUnsignedIntegerType | ebml::DocTypeVersion = ebmlUnsignedIntegerType("\x42\x87", L"DocTypeVersion", 1) |
| |
| const ebmlUnsignedIntegerType | ebml::DocTypeReadVersion = ebmlUnsignedIntegerType("\x42\x85", L"DocTypeReadVersion", 1) |
| |
| const ebmlStructType | ebml::EBMLHead |
| |