Searched refs:ASFIndexObjectIndexTypeLookup (Results 1 – 1 of 1) sorted by relevance
1306 …ifiers'][$IndexSpecifiersCounter]['index_type_text'] = $this->ASFIndexObjectIndexTypeLookup($thisf…1603 public static function ASFIndexObjectIndexTypeLookup($id) { function in getid3_asf1604 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…