Searched refs:allowBitrate15 (Results 1 – 2 of 2) sorted by relevance
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.audio.mp3.php | 1778 * @param bool $allowBitrate15 1782 public static function MPEGaudioHeaderBytesValid($head4, $allowBitrate15=false) { argument 1783 return self::MPEGaudioHeaderValid(self::MPEGaudioHeaderDecode($head4), false, $allowBitrate15); 1789 * @param bool $allowBitrate15 1793 public static function MPEGaudioHeaderValid($rawarray, $echoerrors=false, $allowBitrate15=false) { argument 1832 if (!$allowBitrate15) {
|
/plugin/jukebox/id3/ |
H A D | module.audio.mp3.php | 1606 function MPEGaudioHeaderBytesValid($head4, $allowBitrate15=false) { argument 1607 …etid3_mp3::MPEGaudioHeaderValid(getid3_mp3::MPEGaudioHeaderDecode($head4), false, $allowBitrate15); 1610 function MPEGaudioHeaderValid($rawarray, $echoerrors=false, $allowBitrate15=false) { argument 1649 if (!$allowBitrate15) {
|