Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
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);
135 …$thisfile_asf_filepropertiesobject['fileid_guid'] = $this->BytestringToGUID($thisfile_asf_f…
209 …$StreamPropertiesObjectData['stream_type_guid'] = $this->BytestringToGUID($StreamPropertiesObjec…
212 …$StreamPropertiesObjectData['error_correct_guid'] = $this->BytestringToGUID($StreamPropertiesObjec…
277 …$thisfile_asf_headerextensionobject['reserved_1_guid'] = $this->BytestringToGUID($thisfile_asf…
279 …>BytestringToGUID($thisfile_asf_headerextensionobject['reserved_1']).') does not match expected "G…
327 …$thisfile_asf_codeclistobject['reserved_guid'] = $this->BytestringToGUID($thisfile_asf…
329 …$this->warning('codec_list_object.reserved GUID {'.$this->BytestringToGUID($thisfile_asf_codeclist…
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.mp3header.php852 function BytestringToGUID($Bytestring) { function
/plugin/jplayer/vendor/james-heinrich/getid3/
Dchangelog.txt2356 Added GUIDtoBytestring() and BytestringToGUID() functions