Home
last modified time | relevance | path

Searched refs:BytestringToGUID (Results 1 – 3 of 3) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.asf.php81 …$thisfile_asf_headerobject['objectid_guid'] = $this->BytestringToGUID($thisfile_asf_headerobject['…
84 …his->BytestringToGUID($thisfile_asf_headerobject['objectid']).'} does not match expected "GETID3_A…
100 $NextObjectGUIDtext = $this->BytestringToGUID($NextObjectGUID);
279 …>BytestringToGUID($thisfile_asf_headerextensionobject['reserved_1']).') does not match expected "G…
589BytestringToGUID($thisfile_asf_bitratemutualexclusionobject['reserved']).'} does not match expecte…
650BytestringToGUID($thisfile_asf_errorcorrectionobject['reserved']).'} does not match expected "GETI…
1163 $NextObjectGUIDtext = $this->BytestringToGUID($NextObjectGUID);
1190 …$thisfile_asf_dataobject['fileid_guid'] = $this->BytestringToGUID($thisfile_asf_dataobject[…
1658 public static function BytestringToGUID($Bytestring) { function in getid3_asf
1754 $thisObject['guid_text'] = $this->BytestringToGUID($thisObject['guid']);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php852 function BytestringToGUID($Bytestring) { function
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2356 Added GUIDtoBytestring() and BytestringToGUID() functions