Home
last modified time | relevance | path

Searched refs:sample_rate_index (Results 1 – 1 of 1) sorted by path

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dss.php96 * @param int $sample_rate_index
100 public function DSSsampleRateLookup($sample_rate_index) { argument
107 if (!array_key_exists($sample_rate_index, $dssSampleRateLookup)) {
108 $this->getid3->warning('unknown sample_rate_index: 0x'.strtoupper(dechex($sample_rate_index)));
111 return $dssSampleRateLookup[$sample_rate_index];