Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mpc.php130 …$thisPacket['sample_frequency'] = $this->MPCfrequencyLookup($thisPacket['sample_frequency_raw'…
277 …$thisfile_mpc_header['sample_rate'] = $this->MPCfrequencyLookup($thisfile_mpc_header['raw']['sampl…
442 public function MPCfrequencyLookup($frequencyid) { function in getid3_mpc
443 static $MPCfrequencyLookup = array(
449 return (isset($MPCfrequencyLookup[$frequencyid]) ? $MPCfrequencyLookup[$frequencyid] : 'invalid');