Searched refs:getid3_mp3 (Results 1 – 6 of 6) sorted by relevance
/plugin/jukebox/id3/ |
H A D | module.audio.mp3.php | 24 class getid3_mp3 class 29 function getid3_mp3(&$fd, &$ThisFileInfo) { function in getid3_mp3 411 $MPEGaudioVersionLookup = getid3_mp3::MPEGaudioVersionArray(); 412 $MPEGaudioLayerLookup = getid3_mp3::MPEGaudioLayerArray(); 413 $MPEGaudioBitrateLookup = getid3_mp3::MPEGaudioBitrateArray(); 440 $MPEGheaderRawArray = getid3_mp3::MPEGaudioHeaderDecode($head4); 1188 $MPEGaudioVersionLookup = getid3_mp3::MPEGaudioVersionArray(); 1189 $MPEGaudioLayerLookup = getid3_mp3::MPEGaudioLayerArray(); 1190 $MPEGaudioBitrateLookup = getid3_mp3::MPEGaudioBitrateArray(); 1607 …return getid3_mp3::MPEGaudioHeaderValid(getid3_mp3::MPEGaudioHeaderDecode($head4), false, $allowBi… [all …]
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.audio-video.mpeg.php | 399 $getid3_mp3 = new getid3_mp3($getid3_temp); 406 …if ($getid3_mp3->decodeMPEGaudioHeader($MPEGstreamBaseOffset + $StartCodeOffset + 4 + 8 + $i, $get… 414 unset($getid3_temp, $getid3_mp3);
|
H A D | module.audio-video.riff.php | 1356 $getid3_mp3 = new getid3_mp3($this->getid3); 1357 $thisfile_audio['encoder_options'] = $getid3_mp3->GuessEncoderOptions(); 1358 unset($getid3_mp3); 1558 if (getid3_mp3::MPEGaudioHeaderBytesValid($FirstFourBytes)) { 1563 $getid3_mp3 = new getid3_mp3($getid3_temp, __CLASS__); 1564 $getid3_mp3->getOnlyMPEGaudioInfo($getid3_temp->info['avdataoffset'], false); 1575 unset($getid3_temp, $getid3_mp3); 1641 if (getid3_mp3::MPEGaudioHeaderBytesValid(substr($testData, 0, 4))) { 1646 $getid3_mp3 = new getid3_mp3($getid3_temp, __CLASS__); 1647 $getid3_mp3->getOnlyMPEGaudioInfo($info['avdataoffset'], false); [all …]
|
H A D | module.audio-video.quicktime.php | 1487 $getid3_mp3 = new getid3_mp3($getid3_temp); 1488 if ($getid3_mp3->MPEGaudioHeaderValid($getid3_mp3->MPEGaudioHeaderDecode($this->fread(4)))) { 1489 $getid3_mp3->getOnlyMPEGaudioInfo($getid3_temp->info['avdataoffset'], false); 1508 unset($getid3_mp3, $getid3_temp);
|
H A D | module.audio.mp3.php | 28 class getid3_mp3 extends getid3_handler class
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.mysqli.php | 795 $this_bitrate = getid3_mp3::ClosestStandardMP3Bitrate($row['RoundBitrate'] * 1000);
|