Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.voc.php134 $ThisBlock['compression_name'] = $this->VOCwFormatLookup($ThisBlock['wFormat']);
192 public function VOCwFormatLookup($index) { function in getid3_voc
193 static $VOCwFormatLookup = array(
203 return (isset($VOCwFormatLookup[$index]) ? $VOCwFormatLookup[$index] : false);
212 static $VOCwFormatLookup = array(
222 return (isset($VOCwFormatLookup[$index]) ? $VOCwFormatLookup[$index] : false);