Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.asf.php1306 …ifiers'][$IndexSpecifiersCounter]['index_type_text'] = $this->ASFIndexObjectIndexTypeLookup($thisf…
1603 public static function ASFIndexObjectIndexTypeLookup($id) { function in getid3_asf
1604 static $ASFIndexObjectIndexTypeLookup = array();
1605 if (empty($ASFIndexObjectIndexTypeLookup)) {
1606 $ASFIndexObjectIndexTypeLookup[1] = 'Nearest Past Data Packet';
1607 $ASFIndexObjectIndexTypeLookup[2] = 'Nearest Past Media Object';
1608 $ASFIndexObjectIndexTypeLookup[3] = 'Nearest Past Cleanpoint';
1610 …return (isset($ASFIndexObjectIndexTypeLookup[$id]) ? $ASFIndexObjectIndexTypeLookup[$id] : 'invali…