Searched refs:MPCfrequencyLookup (Results 1 – 1 of 1) sorted by relevance
130 …$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_mpc443 static $MPCfrequencyLookup = array(449 return (isset($MPCfrequencyLookup[$frequencyid]) ? $MPCfrequencyLookup[$frequencyid] : 'invalid');