Searched refs:surroundMixLevelLookup (Results 1 – 1 of 1) sorted by relevance
110 …$thisfile_ac3['surround_mix_level'] = self::surroundMixLevelLookup($thisfile_ac3_raw_bsi['surmixle…600 public static function surroundMixLevelLookup($surmixlev) { function in getid3_ac3601 static $surroundMixLevelLookup;602 if (empty($surroundMixLevelLookup)) {603 $surroundMixLevelLookup = array(610 return (isset($surroundMixLevelLookup[$surmixlev]) ? $surroundMixLevelLookup[$surmixlev] : false);