Searched refs:SYTLContentTypeLookup (Results 1 – 2 of 2) sorted by relevance
897 $parsedFrame['contenttype'] = $this->SYTLContentTypeLookup($parsedFrame['contenttypeid']);2673 function SYTLContentTypeLookup($index) { function in getid3_id3v22674 static $SYTLContentTypeLookup = array(2686 return (isset($SYTLContentTypeLookup[$index]) ? $SYTLContentTypeLookup[$index] : '');
1046 $parsedFrame['contenttype'] = $this->SYTLContentTypeLookup($parsedFrame['contenttypeid']);3195 public static function SYTLContentTypeLookup($index) { function in getid3_id3v23196 static $SYTLContentTypeLookup = array(3208 return (isset($SYTLContentTypeLookup[$index]) ? $SYTLContentTypeLookup[$index] : '');