Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.apetag.php398 $flags['item_contents'] = $this->APEcontentTypeFlagLookup($flags['item_contents_raw']);
408 public function APEcontentTypeFlagLookup($contenttypeid) { function in getid3_apetag
409 static $APEcontentTypeFlagLookup = array(
415 …return (isset($APEcontentTypeFlagLookup[$contenttypeid]) ? $APEcontentTypeFlagLookup[$contenttypei…