Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.ac3.php110 …$thisfile_ac3['surround_mix_level'] = self::surroundMixLevelLookup($thisfile_ac3_raw_bsi['surmixle…
600 public static function surroundMixLevelLookup($surmixlev) { function in getid3_ac3
601 static $surroundMixLevelLookup;
602 if (empty($surroundMixLevelLookup)) {
603 $surroundMixLevelLookup = array(
610 return (isset($surroundMixLevelLookup[$surmixlev]) ? $surroundMixLevelLookup[$surmixlev] : false);