Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.vqf.php97 …$info['audio']['sample_rate'] = $this->VQFchannelFrequencyLookup($thisfile_vqf_COMM['sample_ra…
150 public function VQFchannelFrequencyLookup($frequencyid) { function in getid3_vqf
151 static $VQFchannelFrequencyLookup = array(
156 …return (isset($VQFchannelFrequencyLookup[$frequencyid]) ? $VQFchannelFrequencyLookup[$frequencyid]…