Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.audio.dsdiff.php185 $thisChunk['marker_type'] = $this->DSDIFFmarkType($thisChunk['marker_type_id']);
299 public static function DSDIFFmarkType($markType) { function in getid3_dsdiff
300 static $DSDIFFmarkType = array(
307 return (isset($DSDIFFmarkType[$markType]) ? $DSDIFFmarkType[$markType] : 'reserved');