Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php984 …ts_entry[strtolower($sub_sub_subelement['id_name']).'_long'] = self::TargetTypeValue($targets_entr…
1603 public static function TargetTypeValue($target_type) { function in getid3_matroska
1605 static $TargetTypeValue = array();
1606 if (empty($TargetTypeValue)) {
1607 …$TargetTypeValue[10] = 'A: ~ V:shot'; // the lowest hier…
1608 …$TargetTypeValue[20] = 'A:subtrack/part/movement ~ V:scene'; // corresponds to …
1609 …$TargetTypeValue[30] = 'A:track/song ~ V:chapter'; // the common part…
1610 …$TargetTypeValue[40] = 'A:part/session ~ V:part/session'; // when an album o…
1612 …$TargetTypeValue[60] = 'A:edition/issue/volume/opus ~ V:season/sequel/volume'; // a list of lower…
1613 …$TargetTypeValue[70] = 'A:collection ~ V:collection'; // the high hierar…
[all …]