Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php227 public static $hide_clusters = true; variable in getid3_matroska
589 …if ($element_data['id'] != EBML_ID_CLUSTER || !self::$hide_clusters) { // collect clusters only if…
621 …if (($seek_entry['target_id'] != EBML_ID_CLUSTER) || !self::$hide_clusters) { // collect clusters …
908 …if (self::$hide_clusters) { // do not parse cues if hide clusters is "ON" till they point to clust…
1249 if (!self::$hide_clusters) {