ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
GetId3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //. More...
Public Member Functions | |
analyze () | |
![]() | |
__construct (GetId3Core $getid3, $call_module=null) | |
analyze () | |
Analyze from file pointer. More... | |
AnalyzeString (&$string) | |
Analyze from string instead. More... | |
saveAttachment (&$ThisFileInfoIndex, $filename, $offset, $length) | |
Static Public Member Functions | |
static | MatroskaTargetTypeValue ($target_type) |
@staticvar array $MatroskaTargetTypeValue More... | |
static | MatroskaBlockLacingType ($lacingtype) |
@staticvar array $MatroskaBlockLacingType More... | |
static | MatroskaCodecIDtoCommonName ($codecid) |
@staticvar array $MatroskaCodecIDlist More... | |
Static Public Attributes | |
static | $hide_clusters = true |
static | $parse_whole_file = false |
Private Member Functions | |
parseEBML (&$info) | |
EnsureBufferHasEnoughData ($min_data=1024) | |
readEBMLint () | |
readEBMLelementData ($length) | |
getEBMLelement (&$element, $parent_end, $get_data=false) | |
unhandledElement ($type, $line, $element) | |
ExtractCommentsSimpleTag ($SimpleTagArray) | |
HandleEMBLSimpleTag ($parent_end) | |
HandleEMBLClusterBlock ($element, $block_type, &$info) | |
Static Private Member Functions | |
static | EBML2Int ($EBMLstring) |
static | EBMLdate2unix ($EBMLdatestamp) |
static | EBMLidName ($value) |
@staticvar array $EBMLidList More... | |
static | getDefaultStreamInfo ($streams) |
Private Attributes | |
$EBMLbuffer = '' | |
$EBMLbuffer_offset = 0 | |
$EBMLbuffer_length = 0 | |
$current_offset = 0 | |
$unuseful_elements = array(self::EBML_ID_CRC32, self::EBML_ID_VOID) | |
Additional Inherited Members | |
![]() | |
ftell () | |
fread ($bytes) | |
fseek ($bytes, $whence=SEEK_SET) | |
feof () | |
isDependencyFor ($module) | |
error ($text) | |
warning ($text) | |
![]() | |
$getid3 | |
$data_string_flag = false | |
$data_string = '' | |
$data_string_position = 0 | |
$data_string_length = 0 | |
GetId3() by James Heinrich info@.nosp@m.geti.nosp@m.d3.or.nosp@m.g //.
module for analyzing Matroska containers
Definition at line 33 of file Matroska.php.
GetId3\Module\AudioVideo\Matroska::analyze | ( | ) |
Reimplemented from GetId3\Handler\BaseHandler.
Definition at line 268 of file Matroska.php.
References $info, GetId3\Module\AudioVideo\Matroska\ExtractCommentsSimpleTag(), GetId3\Module\AudioVideo\Matroska\getDefaultStreamInfo(), GetId3\Module\AudioVideo\Matroska\MatroskaCodecIDtoCommonName(), GetId3\Module\AudioVideo\Riff\ParseBITMAPINFOHEADER(), GetId3\Module\AudioVideo\Matroska\parseEBML(), GetId3\Module\AudioVideo\Riff\RIFFfourccLookup(), and GetId3\Module\AudioVideo\Riff\RIFFparseWAVEFORMATex().
|
staticprivate |
type | $EBMLstring |
Definition at line 1529 of file Matroska.php.
References GetId3\Lib\Helper\BigEndian2Int().
Referenced by GetId3\Module\AudioVideo\Matroska\parseEBML(), and GetId3\Module\AudioVideo\Matroska\readEBMLint().
|
staticprivate |
type | $EBMLdatestamp |
Definition at line 1575 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\parseEBML().
|
staticprivate |
@staticvar array $EBMLidList
type | $value |
Definition at line 1674 of file Matroska.php.
References GetId3\Module\AudioVideo\Matroska\EBML_ID_ASPECTRATIOTYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_ATTACHEDFILE, GetId3\Module\AudioVideo\Matroska\EBML_ID_ATTACHMENTLINK, GetId3\Module\AudioVideo\Matroska\EBML_ID_ATTACHMENTS, GetId3\Module\AudioVideo\Matroska\EBML_ID_AUDIO, GetId3\Module\AudioVideo\Matroska\EBML_ID_BITDEPTH, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHANNELPOSITIONS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHANNELS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPCOUNTRY, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPLANGUAGE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPPROCESS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPPROCESSCODECID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPPROCESSCOMMAND, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPPROCESSDATA, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPPROCESSPRIVATE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPPROCESSTIME, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPSTRING, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERATOM, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERDISPLAY, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERFLAGENABLED, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERFLAGHIDDEN, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERPHYSICALEQUIV, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERSEGMENTEDITIONUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERSEGMENTUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTIMEEND, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTIMESTART, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRACK, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRACKNUMBER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRANSLATE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRANSLATECODEC, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRANSLATEEDITIONUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRANSLATEID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCK, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCKADDID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCKADDITIONAL, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCKADDITIONID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCKADDITIONS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCKDURATION, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCKGROUP, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCKMORE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCKVIRTUAL, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERCODECSTATE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERDELAY, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERDURATION, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERENCRYPTEDBLOCK, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERFRAMENUMBER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERLACENUMBER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERPOSITION, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERPREVSIZE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERREFERENCEBLOCK, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERREFERENCEPRIORITY, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERREFERENCEVIRTUAL, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERSILENTTRACKNUMBER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERSILENTTRACKS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERSIMPLEBLOCK, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERSLICES, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERTIMECODE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERTIMESLICE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CODECDECODEALL, GetId3\Module\AudioVideo\Matroska\EBML_ID_CODECDOWNLOADURL, GetId3\Module\AudioVideo\Matroska\EBML_ID_CODECID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CODECINFOURL, GetId3\Module\AudioVideo\Matroska\EBML_ID_CODECNAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_CODECPRIVATE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CODECSETTINGS, GetId3\Module\AudioVideo\Matroska\EBML_ID_COLOURSPACE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTCOMPALGO, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTCOMPRESSION, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTCOMPSETTINGS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCALGO, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCKEYID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCODING, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCODINGORDER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCODINGS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCODINGSCOPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCODINGTYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCRYPTION, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTSIGALGO, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTSIGHASHALGO, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTSIGKEYID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTSIGNATURE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CRC32, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUEBLOCKNUMBER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUECLUSTERPOSITION, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUECODECSTATE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUEPOINT, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUEREFCLUSTER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUEREFCODECSTATE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUEREFERENCE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUEREFNUMBER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUEREFTIME, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUES, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUETIME, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUETRACK, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUETRACKPOSITIONS, GetId3\Module\AudioVideo\Matroska\EBML_ID_DATEUTC, GetId3\Module\AudioVideo\Matroska\EBML_ID_DEFAULTDURATION, GetId3\Module\AudioVideo\Matroska\EBML_ID_DISPLAYHEIGHT, GetId3\Module\AudioVideo\Matroska\EBML_ID_DISPLAYUNIT, GetId3\Module\AudioVideo\Matroska\EBML_ID_DISPLAYWIDTH, GetId3\Module\AudioVideo\Matroska\EBML_ID_DOCTYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_DOCTYPEREADVERSION, GetId3\Module\AudioVideo\Matroska\EBML_ID_DOCTYPEVERSION, GetId3\Module\AudioVideo\Matroska\EBML_ID_DURATION, GetId3\Module\AudioVideo\Matroska\EBML_ID_EBML, GetId3\Module\AudioVideo\Matroska\EBML_ID_EBMLMAXIDLENGTH, GetId3\Module\AudioVideo\Matroska\EBML_ID_EBMLMAXSIZELENGTH, GetId3\Module\AudioVideo\Matroska\EBML_ID_EBMLREADVERSION, GetId3\Module\AudioVideo\Matroska\EBML_ID_EBMLVERSION, GetId3\Module\AudioVideo\Matroska\EBML_ID_EDITIONENTRY, GetId3\Module\AudioVideo\Matroska\EBML_ID_EDITIONFLAGDEFAULT, GetId3\Module\AudioVideo\Matroska\EBML_ID_EDITIONFLAGHIDDEN, GetId3\Module\AudioVideo\Matroska\EBML_ID_EDITIONFLAGORDERED, GetId3\Module\AudioVideo\Matroska\EBML_ID_EDITIONUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_FILEDATA, GetId3\Module\AudioVideo\Matroska\EBML_ID_FILEDESCRIPTION, GetId3\Module\AudioVideo\Matroska\EBML_ID_FILEMIMETYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_FILENAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_FILEREFERRAL, GetId3\Module\AudioVideo\Matroska\EBML_ID_FILEUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_FLAGDEFAULT, GetId3\Module\AudioVideo\Matroska\EBML_ID_FLAGENABLED, GetId3\Module\AudioVideo\Matroska\EBML_ID_FLAGFORCED, GetId3\Module\AudioVideo\Matroska\EBML_ID_FLAGINTERLACED, GetId3\Module\AudioVideo\Matroska\EBML_ID_FLAGLACING, GetId3\Module\AudioVideo\Matroska\EBML_ID_GAMMAVALUE, GetId3\Module\AudioVideo\Matroska\EBML_ID_INFO, GetId3\Module\AudioVideo\Matroska\EBML_ID_LANGUAGE, GetId3\Module\AudioVideo\Matroska\EBML_ID_MAXBLOCKADDITIONID, GetId3\Module\AudioVideo\Matroska\EBML_ID_MAXCACHE, GetId3\Module\AudioVideo\Matroska\EBML_ID_MINCACHE, GetId3\Module\AudioVideo\Matroska\EBML_ID_MUXINGAPP, GetId3\Module\AudioVideo\Matroska\EBML_ID_NAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_NEXTFILENAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_NEXTUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_OUTPUTSAMPLINGFREQUENCY, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELCROPBOTTOM, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELCROPLEFT, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELCROPRIGHT, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELCROPTOP, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELHEIGHT, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELWIDTH, GetId3\Module\AudioVideo\Matroska\EBML_ID_PREVFILENAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_PREVUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_SAMPLINGFREQUENCY, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEEK, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEEKHEAD, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEEKID, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEEKPOSITION, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEGMENT, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEGMENTFAMILY, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEGMENTFILENAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEGMENTUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_SIMPLETAG, GetId3\Module\AudioVideo\Matroska\EBML_ID_STEREOMODE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAG, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGATTACHMENTUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGBINARY, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGCHAPTERUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGDEFAULT, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGEDITIONUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGLANGUAGE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGNAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGS, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGSTRING, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGTRACKUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_TARGETS, GetId3\Module\AudioVideo\Matroska\EBML_ID_TARGETTYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TARGETTYPEVALUE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TIMECODESCALE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TITLE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKENTRY, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKNUMBER, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKOFFSET, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKOVERLAY, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKS, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKTIMECODESCALE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKTRANSLATE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKTRANSLATECODEC, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKTRANSLATEEDITIONUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKTRANSLATETRACKID, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKTYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_VIDEO, GetId3\Module\AudioVideo\Matroska\EBML_ID_VOID, and GetId3\Module\AudioVideo\Matroska\EBML_ID_WRITINGAPP.
Referenced by GetId3\Module\AudioVideo\Matroska\getEBMLelement(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
|
private |
type | $min_data |
Definition at line 1261 of file Matroska.php.
References GetId3\Module\AudioVideo\Matroska\$current_offset, GetId3\Handler\BaseHandler\feof(), GetId3\Handler\BaseHandler\fread(), GetId3\Handler\BaseHandler\fseek(), and GetId3\Lib\Helper\intValueSupported().
Referenced by GetId3\Module\AudioVideo\Matroska\getEBMLelement().
|
private |
type | $SimpleTagArray |
Definition at line 1406 of file Matroska.php.
References GetId3\Module\AudioVideo\Matroska\ExtractCommentsSimpleTag().
Referenced by GetId3\Module\AudioVideo\Matroska\analyze(), and GetId3\Module\AudioVideo\Matroska\ExtractCommentsSimpleTag().
|
staticprivate |
Definition at line 1872 of file Matroska.php.
References $info.
Referenced by GetId3\Module\AudioVideo\Matroska\analyze().
|
private |
type | $element | |
type | $parent_end | |
type | $get_data |
Definition at line 1344 of file Matroska.php.
References GetId3\Module\AudioVideo\Matroska\$current_offset, GetId3\Module\AudioVideo\Matroska\EBMLidName(), GetId3\Module\AudioVideo\Matroska\EnsureBufferHasEnoughData(), GetId3\Module\AudioVideo\Matroska\readEBMLelementData(), and GetId3\Module\AudioVideo\Matroska\readEBMLint().
Referenced by GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
|
private |
type | $element | |
type | $block_type | |
type | $info |
Definition at line 1466 of file Matroska.php.
References GetId3\Module\AudioVideo\Matroska\$current_offset, $info, $size, GetId3\Lib\Helper\BigEndian2Int(), GetId3\Module\AudioVideo\Matroska\MatroskaBlockLacingType(), GetId3\Module\AudioVideo\Matroska\readEBMLelementData(), and GetId3\Module\AudioVideo\Matroska\readEBMLint().
Referenced by GetId3\Module\AudioVideo\Matroska\parseEBML().
|
private |
type | $parent_end |
Definition at line 1427 of file Matroska.php.
References GetId3\Lib\Helper\BigEndian2Int(), GetId3\Module\AudioVideo\Matroska\EBML_ID_SIMPLETAG, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGBINARY, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGDEFAULT, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGLANGUAGE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGNAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGSTRING, GetId3\Module\AudioVideo\Matroska\getEBMLelement(), GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag(), and GetId3\Module\AudioVideo\Matroska\unhandledElement().
Referenced by GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
|
static |
@staticvar array $MatroskaBlockLacingType
type | $lacingtype |
Definition at line 1612 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\HandleEMBLClusterBlock().
|
static |
@staticvar array $MatroskaCodecIDlist
type | $codecid |
Definition at line 1632 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\analyze().
|
static |
@staticvar array $MatroskaTargetTypeValue
type | $target_type |
Definition at line 1589 of file Matroska.php.
References $target_type.
Referenced by GetId3\Module\AudioVideo\Matroska\parseEBML().
|
private |
type | $info |
Definition at line 540 of file Matroska.php.
References GetId3\Module\AudioVideo\Matroska\$current_offset, $info, GetId3\GetId3Core\ATTACHMENTS_INLINE, GetId3\Lib\Helper\BigEndian2Float(), GetId3\Lib\Helper\BigEndian2Int(), GetId3\Module\AudioVideo\Matroska\EBML2Int(), GetId3\Module\AudioVideo\Matroska\EBML_ID_ASPECTRATIOTYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_ATTACHEDFILE, GetId3\Module\AudioVideo\Matroska\EBML_ID_ATTACHMENTS, GetId3\Module\AudioVideo\Matroska\EBML_ID_AUDIO, GetId3\Module\AudioVideo\Matroska\EBML_ID_BITDEPTH, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHANNELPOSITIONS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHANNELS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPCOUNTRY, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPLANGUAGE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPSTRING, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERATOM, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERDISPLAY, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERFLAGENABLED, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERFLAGHIDDEN, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERSEGMENTEDITIONUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERSEGMENTUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTIMEEND, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTIMESTART, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRACK, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRACKNUMBER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRANSLATE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRANSLATECODEC, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRANSLATEEDITIONUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERTRANSLATEID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CHAPTERUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCK, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCKDURATION, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERBLOCKGROUP, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERCODECSTATE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERPOSITION, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERPREVSIZE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERREFERENCEBLOCK, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERREFERENCEPRIORITY, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERSILENTTRACKNUMBER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERSILENTTRACKS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERSIMPLEBLOCK, GetId3\Module\AudioVideo\Matroska\EBML_ID_CLUSTERTIMECODE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CODECDECODEALL, GetId3\Module\AudioVideo\Matroska\EBML_ID_CODECID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CODECNAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_CODECPRIVATE, GetId3\Module\AudioVideo\Matroska\EBML_ID_COLOURSPACE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTCOMPALGO, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTCOMPRESSION, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTCOMPSETTINGS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCALGO, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCKEYID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCODING, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCODINGORDER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCODINGS, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCODINGSCOPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCODINGTYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTENCRYPTION, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTSIGALGO, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTSIGHASHALGO, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTSIGKEYID, GetId3\Module\AudioVideo\Matroska\EBML_ID_CONTENTSIGNATURE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CRC32, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUEBLOCKNUMBER, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUECLUSTERPOSITION, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUECODECSTATE, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUEPOINT, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUES, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUETIME, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUETRACK, GetId3\Module\AudioVideo\Matroska\EBML_ID_CUETRACKPOSITIONS, GetId3\Module\AudioVideo\Matroska\EBML_ID_DATEUTC, GetId3\Module\AudioVideo\Matroska\EBML_ID_DEFAULTDURATION, GetId3\Module\AudioVideo\Matroska\EBML_ID_DISPLAYHEIGHT, GetId3\Module\AudioVideo\Matroska\EBML_ID_DISPLAYUNIT, GetId3\Module\AudioVideo\Matroska\EBML_ID_DISPLAYWIDTH, GetId3\Module\AudioVideo\Matroska\EBML_ID_DOCTYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_DOCTYPEREADVERSION, GetId3\Module\AudioVideo\Matroska\EBML_ID_DOCTYPEVERSION, GetId3\Module\AudioVideo\Matroska\EBML_ID_DURATION, GetId3\Module\AudioVideo\Matroska\EBML_ID_EBML, GetId3\Module\AudioVideo\Matroska\EBML_ID_EBMLMAXIDLENGTH, GetId3\Module\AudioVideo\Matroska\EBML_ID_EBMLMAXSIZELENGTH, GetId3\Module\AudioVideo\Matroska\EBML_ID_EBMLREADVERSION, GetId3\Module\AudioVideo\Matroska\EBML_ID_EBMLVERSION, GetId3\Module\AudioVideo\Matroska\EBML_ID_EDITIONENTRY, GetId3\Module\AudioVideo\Matroska\EBML_ID_EDITIONFLAGDEFAULT, GetId3\Module\AudioVideo\Matroska\EBML_ID_EDITIONFLAGHIDDEN, GetId3\Module\AudioVideo\Matroska\EBML_ID_EDITIONFLAGORDERED, GetId3\Module\AudioVideo\Matroska\EBML_ID_EDITIONUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_FILEDATA, GetId3\Module\AudioVideo\Matroska\EBML_ID_FILEDESCRIPTION, GetId3\Module\AudioVideo\Matroska\EBML_ID_FILEMIMETYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_FILENAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_FILEUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_FLAGDEFAULT, GetId3\Module\AudioVideo\Matroska\EBML_ID_FLAGENABLED, GetId3\Module\AudioVideo\Matroska\EBML_ID_FLAGFORCED, GetId3\Module\AudioVideo\Matroska\EBML_ID_FLAGINTERLACED, GetId3\Module\AudioVideo\Matroska\EBML_ID_FLAGLACING, GetId3\Module\AudioVideo\Matroska\EBML_ID_GAMMAVALUE, GetId3\Module\AudioVideo\Matroska\EBML_ID_INFO, GetId3\Module\AudioVideo\Matroska\EBML_ID_LANGUAGE, GetId3\Module\AudioVideo\Matroska\EBML_ID_MAXBLOCKADDITIONID, GetId3\Module\AudioVideo\Matroska\EBML_ID_MAXCACHE, GetId3\Module\AudioVideo\Matroska\EBML_ID_MINCACHE, GetId3\Module\AudioVideo\Matroska\EBML_ID_MUXINGAPP, GetId3\Module\AudioVideo\Matroska\EBML_ID_NAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_NEXTFILENAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_NEXTUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_OUTPUTSAMPLINGFREQUENCY, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELCROPBOTTOM, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELCROPLEFT, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELCROPRIGHT, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELCROPTOP, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELHEIGHT, GetId3\Module\AudioVideo\Matroska\EBML_ID_PIXELWIDTH, GetId3\Module\AudioVideo\Matroska\EBML_ID_PREVFILENAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_PREVUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_SAMPLINGFREQUENCY, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEEK, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEEKHEAD, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEEKID, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEEKPOSITION, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEGMENT, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEGMENTFAMILY, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEGMENTFILENAME, GetId3\Module\AudioVideo\Matroska\EBML_ID_SEGMENTUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_SIMPLETAG, GetId3\Module\AudioVideo\Matroska\EBML_ID_STEREOMODE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAG, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGATTACHMENTUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGCHAPTERUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGEDITIONUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGS, GetId3\Module\AudioVideo\Matroska\EBML_ID_TAGTRACKUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_TARGETS, GetId3\Module\AudioVideo\Matroska\EBML_ID_TARGETTYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TARGETTYPEVALUE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TIMECODESCALE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TITLE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKENTRY, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKNUMBER, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKS, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKTIMECODESCALE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKTYPE, GetId3\Module\AudioVideo\Matroska\EBML_ID_TRACKUID, GetId3\Module\AudioVideo\Matroska\EBML_ID_VIDEO, GetId3\Module\AudioVideo\Matroska\EBML_ID_WRITINGAPP, GetId3\Module\AudioVideo\Matroska\EBMLdate2unix(), GetId3\Module\AudioVideo\Matroska\EBMLidName(), GetId3\Module\AudioVideo\Matroska\getEBMLelement(), GetId3\Module\AudioVideo\Matroska\HandleEMBLClusterBlock(), GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag(), GetId3\Module\AudioVideo\Matroska\MatroskaTargetTypeValue(), GetId3\Handler\BaseHandler\saveAttachment(), GetId3\Lib\Helper\trimNullByte(), and GetId3\Module\AudioVideo\Matroska\unhandledElement().
Referenced by GetId3\Module\AudioVideo\Matroska\analyze().
|
private |
type | $length |
Definition at line 1329 of file Matroska.php.
References $data.
Referenced by GetId3\Module\AudioVideo\Matroska\getEBMLelement(), and GetId3\Module\AudioVideo\Matroska\HandleEMBLClusterBlock().
|
private |
Exception |
Definition at line 1291 of file Matroska.php.
References GetId3\Module\AudioVideo\Matroska\$EBMLbuffer_offset, and GetId3\Module\AudioVideo\Matroska\EBML2Int().
Referenced by GetId3\Module\AudioVideo\Matroska\getEBMLelement(), and GetId3\Module\AudioVideo\Matroska\HandleEMBLClusterBlock().
|
private |
type | $type | |
type | $line | |
type | $element |
Definition at line 1388 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
|
private |
|
private |
Definition at line 242 of file Matroska.php.
|
private |
Definition at line 252 of file Matroska.php.
|
private |
Definition at line 247 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\readEBMLint().
|
static |
Definition at line 230 of file Matroska.php.
|
static |
Definition at line 235 of file Matroska.php.
|
private |
Definition at line 262 of file Matroska.php.
const GetId3\Module\AudioVideo\Matroska::EBML_ID_ASPECTRATIOTYPE = 0x14B3 |
Definition at line 114 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_ATTACHEDFILE = 0x21A7 |
Definition at line 124 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_ATTACHMENTLINK = 0x3446 |
Definition at line 161 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_ATTACHMENTS = 0x0941A469 |
Definition at line 41 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_AUDIO = 0x61 |
Definition at line 212 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_BITDEPTH = 0x2264 |
Definition at line 126 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHANNELPOSITIONS = 0x347B |
Definition at line 163 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHANNELS = 0x1F |
Definition at line 182 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPCOUNTRY = 0x037E |
Definition at line 69 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPLANGUAGE = 0x037C |
Definition at line 68 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPPROCESS = 0x2944 |
Definition at line 145 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPPROCESSCODECID = 0x2955 |
Definition at line 146 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPPROCESSCOMMAND = 0x2911 |
Definition at line 141 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPPROCESSDATA = 0x2933 |
Definition at line 144 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPPROCESSPRIVATE = 0x050D |
Definition at line 77 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPPROCESSTIME = 0x2922 |
Definition at line 142 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPSTRING = 0x05 |
Definition at line 168 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERATOM = 0x36 |
Definition at line 198 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERDISPLAY = 0x00 |
Definition at line 166 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERFLAGENABLED = 0x0598 |
Definition at line 78 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERFLAGHIDDEN = 0x18 |
Definition at line 178 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERPHYSICALEQUIV = 0x23C3 |
Definition at line 129 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERS = 0x0043A770 |
Definition at line 35 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERSEGMENTEDITIONUID = 0x2EBC |
Definition at line 154 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERSEGMENTUID = 0x2E67 |
Definition at line 153 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERTIMEEND = 0x12 |
Definition at line 175 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERTIMESTART = 0x11 |
Definition at line 174 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERTRACK = 0x0F |
Definition at line 173 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERTRACKNUMBER = 0x09 |
Definition at line 171 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERTRANSLATE = 0x2924 |
Definition at line 143 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERTRANSLATECODEC = 0x29BF |
Definition at line 148 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERTRANSLATEEDITIONUID = 0x29FC |
Definition at line 149 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERTRANSLATEID = 0x29A5 |
Definition at line 147 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CHAPTERUID = 0x33C4 |
Definition at line 159 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTER = 0x0F43B675 |
Definition at line 44 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERBLOCK = 0x21 |
Definition at line 184 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERBLOCKADDID = 0x6E |
Definition at line 218 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERBLOCKADDITIONAL = 0x25 |
Definition at line 188 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERBLOCKADDITIONID = 0x4B |
Definition at line 204 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERBLOCKADDITIONS = 0x35A1 |
Definition at line 162 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERBLOCKDURATION = 0x1B |
Definition at line 180 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERBLOCKGROUP = 0x20 |
Definition at line 183 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERBLOCKMORE = 0x26 |
Definition at line 189 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERBLOCKVIRTUAL = 0x22 |
Definition at line 185 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERCODECSTATE = 0x24 |
Definition at line 187 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERDELAY = 0x4E |
Definition at line 207 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERDURATION = 0x4F |
Definition at line 208 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERENCRYPTEDBLOCK = 0x2F |
Definition at line 194 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERFRAMENUMBER = 0x4D |
Definition at line 206 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERLACENUMBER = 0x4C |
Definition at line 205 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERPOSITION = 0x27 |
Definition at line 190 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERPREVSIZE = 0x2B |
Definition at line 192 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERREFERENCEBLOCK = 0x7B |
Definition at line 222 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERREFERENCEPRIORITY = 0x7A |
Definition at line 221 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERREFERENCEVIRTUAL = 0x7D |
Definition at line 223 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERSILENTTRACKNUMBER = 0x18D7 |
Definition at line 123 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERSILENTTRACKS = 0x1854 |
Definition at line 122 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERSIMPLEBLOCK = 0x23 |
Definition at line 186 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERSLICES = 0x0E |
Definition at line 172 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERTIMECODE = 0x67 |
Definition at line 217 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CLUSTERTIMESLICE = 0x68 |
Definition at line 213 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CODECDECODEALL = 0x2A |
Definition at line 191 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CODECDOWNLOADURL = 0x06B240 |
Definition at line 49 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CODECID = 0x06 |
Definition at line 169 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CODECINFOURL = 0x1B4040 |
Definition at line 54 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CODECNAME = 0x058688 |
Definition at line 48 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CODECPRIVATE = 0x23A2 |
Definition at line 127 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CODECSETTINGS = 0x1A9697 |
Definition at line 53 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_COLOURSPACE = 0x0EB524 |
Definition at line 51 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTCOMPALGO = 0x0254 |
Definition at line 59 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTCOMPRESSION = 0x1034 |
Definition at line 102 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTCOMPSETTINGS = 0x0255 |
Definition at line 60 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTENCALGO = 0x07E1 |
Definition at line 91 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTENCKEYID = 0x07E2 |
Definition at line 92 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTENCODING = 0x2240 |
Definition at line 125 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTENCODINGORDER = 0x1031 |
Definition at line 99 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTENCODINGS = 0x2D80 |
Definition at line 150 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTENCODINGSCOPE = 0x1032 |
Definition at line 100 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTENCODINGTYPE = 0x1033 |
Definition at line 101 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTENCRYPTION = 0x1035 |
Definition at line 103 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTSIGALGO = 0x07E5 |
Definition at line 95 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTSIGHASHALGO = 0x07E6 |
Definition at line 96 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTSIGKEYID = 0x07E4 |
Definition at line 94 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CONTENTSIGNATURE = 0x07E3 |
Definition at line 93 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CRC32 = 0x3F |
Definition at line 203 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUEBLOCKNUMBER = 0x1378 |
Definition at line 106 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUECLUSTERPOSITION = 0x71 |
Definition at line 219 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUECODECSTATE = 0x6A |
Definition at line 214 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUEPOINT = 0x3B |
Definition at line 202 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUEREFCLUSTER = 0x17 |
Definition at line 177 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUEREFCODECSTATE = 0x6B |
Definition at line 215 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUEREFERENCE = 0x5B |
Definition at line 210 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUEREFNUMBER = 0x135F |
Definition at line 104 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUEREFTIME = 0x16 |
Definition at line 176 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUES = 0x0C53BB6B |
Definition at line 43 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUETIME = 0x33 |
Definition at line 196 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUETRACK = 0x77 |
Definition at line 220 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_CUETRACKPOSITIONS = 0x37 |
Definition at line 199 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_DATEUTC = 0x0461 |
Definition at line 71 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_DEFAULTDURATION = 0x03E383 |
Definition at line 47 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_DISPLAYHEIGHT = 0x14BA |
Definition at line 115 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_DISPLAYUNIT = 0x14B2 |
Definition at line 113 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_DISPLAYWIDTH = 0x14B0 |
Definition at line 112 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_DOCTYPE = 0x0282 |
Definition at line 61 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_DOCTYPEREADVERSION = 0x0285 |
Definition at line 62 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_DOCTYPEVERSION = 0x0287 |
Definition at line 64 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_DURATION = 0x0489 |
Definition at line 76 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_EBML = 0x0A45DFA3 |
Definition at line 42 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_EBMLMAXIDLENGTH = 0x02F2 |
Definition at line 65 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_EBMLMAXSIZELENGTH = 0x02F3 |
Definition at line 66 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_EBMLREADVERSION = 0x02F7 |
Definition at line 67 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_EBMLVERSION = 0x0286 |
Definition at line 63 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_EDITIONENTRY = 0x05B9 |
Definition at line 80 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_EDITIONFLAGDEFAULT = 0x05DB |
Definition at line 83 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_EDITIONFLAGHIDDEN = 0x05BD |
Definition at line 82 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_EDITIONFLAGORDERED = 0x05DD |
Definition at line 84 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_EDITIONUID = 0x05BC |
Definition at line 81 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_FILEDATA = 0x065C |
Definition at line 85 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_FILEDESCRIPTION = 0x067E |
Definition at line 89 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_FILEMIMETYPE = 0x0660 |
Definition at line 86 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_FILENAME = 0x066E |
Definition at line 87 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_FILEREFERRAL = 0x0675 |
Definition at line 88 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_FILEUID = 0x06AE |
Definition at line 90 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_FLAGDEFAULT = 0x08 |
Definition at line 170 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_FLAGENABLED = 0x39 |
Definition at line 200 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_FLAGFORCED = 0x15AA |
Definition at line 119 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_FLAGINTERLACED = 0x1A |
Definition at line 179 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_FLAGLACING = 0x1C |
Definition at line 181 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_GAMMAVALUE = 0x0FB523 |
Definition at line 52 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_INFO = 0x0549A966 |
Definition at line 38 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_LANGUAGE = 0x02B59C |
Definition at line 45 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_MAXBLOCKADDITIONID = 0x15EE |
Definition at line 120 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_MAXCACHE = 0x2DF8 |
Definition at line 152 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_MINCACHE = 0x2DE7 |
Definition at line 151 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_MUXINGAPP = 0x0D80 |
Definition at line 97 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_NAME = 0x136E |
Definition at line 105 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_NEXTFILENAME = 0x1E83BB |
Definition at line 57 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_NEXTUID = 0x1EB923 |
Definition at line 58 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_OUTPUTSAMPLINGFREQUENCY = 0x38B5 |
Definition at line 164 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_PIXELCROPBOTTOM = 0x14AA |
Definition at line 111 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_PIXELCROPLEFT = 0x14CC |
Definition at line 117 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_PIXELCROPRIGHT = 0x14DD |
Definition at line 118 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_PIXELCROPTOP = 0x14BB |
Definition at line 116 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_PIXELHEIGHT = 0x3A |
Definition at line 201 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_PIXELWIDTH = 0x30 |
Definition at line 195 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_PREVFILENAME = 0x1C83AB |
Definition at line 55 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_PREVUID = 0x1CB923 |
Definition at line 56 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_SAMPLINGFREQUENCY = 0x35 |
Definition at line 197 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_SEEK = 0x0DBB |
Definition at line 98 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_SEEKHEAD = 0x014D9B74 |
Definition at line 36 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_SEEKID = 0x13AB |
Definition at line 108 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_SEEKPOSITION = 0x13AC |
Definition at line 109 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_SEGMENT = 0x08538067 |
Definition at line 40 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_SEGMENTFAMILY = 0x0444 |
Definition at line 70 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_SEGMENTFILENAME = 0x3384 |
Definition at line 157 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_SEGMENTUID = 0x33A4 |
Definition at line 158 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_SIMPLETAG = 0x27C8 |
Definition at line 139 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_STEREOMODE = 0x13B8 |
Definition at line 110 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TAG = 0x3373 |
Definition at line 156 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TAGATTACHMENTUID = 0x23C6 |
Definition at line 132 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TAGBINARY = 0x0485 |
Definition at line 74 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TAGCHAPTERUID = 0x23C4 |
Definition at line 130 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TAGDEFAULT = 0x0484 |
Definition at line 73 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TAGEDITIONUID = 0x23C9 |
Definition at line 133 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TAGLANGUAGE = 0x047A |
Definition at line 72 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TAGNAME = 0x05A3 |
Definition at line 79 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TAGS = 0x0254C367 |
Definition at line 37 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TAGSTRING = 0x0487 |
Definition at line 75 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\HandleEMBLSimpleTag().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TAGTRACKUID = 0x23C5 |
Definition at line 131 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TARGETS = 0x23C0 |
Definition at line 128 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TARGETTYPE = 0x23CA |
Definition at line 134 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TARGETTYPEVALUE = 0x28CA |
Definition at line 140 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TIMECODESCALE = 0x0AD7B1 |
Definition at line 50 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TITLE = 0x3BA9 |
Definition at line 165 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKENTRY = 0x2E |
Definition at line 193 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKNUMBER = 0x57 |
Definition at line 209 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKOFFSET = 0x137F |
Definition at line 107 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKOVERLAY = 0x2FAB |
Definition at line 155 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKS = 0x0654AE6B |
Definition at line 39 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKTIMECODESCALE = 0x03314F |
Definition at line 46 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKTRANSLATE = 0x2624 |
Definition at line 135 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKTRANSLATECODEC = 0x26BF |
Definition at line 137 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKTRANSLATEEDITIONUID = 0x26FC |
Definition at line 138 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKTRANSLATETRACKID = 0x26A5 |
Definition at line 136 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKTYPE = 0x03 |
Definition at line 167 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_TRACKUID = 0x33C5 |
Definition at line 160 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_VIDEO = 0x60 |
Definition at line 211 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_VOID = 0x6C |
Definition at line 216 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName().
const GetId3\Module\AudioVideo\Matroska::EBML_ID_WRITINGAPP = 0x1741 |
Definition at line 121 of file Matroska.php.
Referenced by GetId3\Module\AudioVideo\Matroska\EBMLidName(), and GetId3\Module\AudioVideo\Matroska\parseEBML().