wp-includes/ID3/module.audio-video.matroska.php
Lines:
201 to 232 of 232
define('EBML_ID_CUECODECSTATE', 0x6A); // [EA] -- The position of the Codec State corresponding to this Cue element. 0 means that the data is taken from the initial Track Entry. define('EBML_ID_CUEREFCODECSTATE', 0x6B); // [EB] -- The position of the Codec State corresponding to this referenced element. 0 means that the data is taken from the initial Track Entry. define('EBML_ID_VOID', 0x6C); // [EC] -- Used to void damaged data, to avoid unexpected behaviors when using damaged data. The content is discarded. Also used to reserve space in a sub-element for later use. define('EBML_ID_CLUSTERTIMECODE', 0x67); // [E7] -- Absolute timecode of the cluster (based on TimecodeScale). define('EBML_ID_CLUSTERBLOCKADDID', 0x6E); // [EE] -- An ID to identify the BlockAdditional level. define('EBML_ID_CUECLUSTERPOSITION', 0x71); // [F1] -- The position of the Cluster containing the required Block. define('EBML_ID_CUETRACK', 0x77); // [F7] -- The track for which a position is given. define('EBML_ID_CLUSTERREFERENCEPRIORITY', 0x7A); // [FA] -- This frame is referenced and has the specified cache priority. In cache only a frame of the same or higher priority can replace this frame. A value of 0 means the frame is not referenced. define('EBML_ID_CLUSTERREFERENCEBLOCK', 0x7B); // [FB] -- Timecode of another frame used as a reference (ie: B or P frame). The timecode is relative to the block it's attached to. define('EBML_ID_CLUSTERREFERENCEVIRTUAL', 0x7D); // [FD] -- Relative position of the data that should be in position of the virtual block. /* class getid3_matroska */ /* function getid3_matroska::Analyze() – */ /* function getid3_matroska::parseEBML() – */ /* function getid3_matroska::EnsureBufferHasEnoughData() – */ /* function getid3_matroska::readEBMLint() – */ /* function getid3_matroska::readEBMLelementData() – */ /* function getid3_matroska::getEBMLelement() – */ /* function getid3_matroska::unhandledElement() – */ /* function getid3_matroska::ExtractCommentsSimpleTag() – */ /* function getid3_matroska::HandleEMBLSimpleTag() – */ /* function getid3_matroska::HandleEMBLClusterBlock() – */ /* function getid3_matroska::EBML2Int() – */ /* function getid3_matroska::EBMLdate2unix() – */ /* function getid3_matroska::TargetTypeValue() – */ /* function getid3_matroska::BlockLacingType() – */ /* function getid3_matroska::CodecIDtoCommonName() – */ /* function getid3_matroska::EBMLidName() – */ /* function getid3_matroska::displayUnit() – */ /* function getid3_matroska::getDefaultStreamInfo() – */