Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dsdiff.php159 $thisComment['comment_type'] = $this->DSDIFFcmtType($thisComment['comment_type_id']);
249 public static function DSDIFFcmtType($cmtType) { function in getid3_dsdiff
250 static $DSDIFFcmtType = array(
256 return (isset($DSDIFFcmtType[$cmtType]) ? $DSDIFFcmtType[$cmtType] : 'reserved');