Searched refs:sampleRateCodeLookup (Results 1 – 1 of 1) sorted by relevance
436 $thisfile_ac3['sample_rate'] = self::sampleRateCodeLookup($thisfile_ac3_raw_bsi['fscod']);505 public static function sampleRateCodeLookup($fscod) { function in getid3_ac3506 static $sampleRateCodeLookup = array(512 return (isset($sampleRateCodeLookup[$fscod]) ? $sampleRateCodeLookup[$fscod] : false);