Home
last modified time | relevance | path

Searched refs:ScanAsCBR (Results 1 – 4 of 4) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php430 * @param bool $ScanAsCBR
435 …public function decodeMPEGaudioHeader($offset, &$info, $recursivesearch=true, $ScanAsCBR=false, $F… argument
1009 if (!$this->RecursiveFrameScanning($offset, $nextframetestoffset, $ScanAsCBR)) {
1124 * @param bool $ScanAsCBR
1128 public function RecursiveFrameScanning(&$offset, &$nextframetestoffset, $ScanAsCBR) { argument
1142 if ($ScanAsCBR) {
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php401 …function decodeMPEGaudioHeader($fd, $offset, &$ThisFileInfo, $recursivesearch=true, $ScanAsCBR=fal… argument
958 …etid3_mp3::RecursiveFrameScanning($fd, $ThisFileInfo, $offset, $nextframetestoffset, $ScanAsCBR)) {
1070 …function RecursiveFrameScanning(&$fd, &$ThisFileInfo, &$offset, &$nextframetestoffset, $ScanAsCBR)… argument
1080 if ($ScanAsCBR) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1659 function decodeMPEGaudioHeader($fd, $offset, &$ThisFileInfo, $recursivesearch=true, $ScanAsCBR=fals… argument
2127 if (!RecursiveFrameScanning($fd, $ThisFileInfo, $offset, $nextframetestoffset, $ScanAsCBR)) {
2239 function RecursiveFrameScanning(&$fd, &$ThisFileInfo, &$offset, &$nextframetestoffset, $ScanAsCBR) { argument
2249 if ($ScanAsCBR) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2120 ¤ Added 4th parameter to decodeMPEGaudioHeader() $ScanAsCBR which