Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.ts.php53 …$info['ts']['packet']['scrambling_control'] = $this->TSscramblingControlLookup(…
84 public function TSscramblingControlLookup($raw) { function in getid3_ts
85 …$TSscramblingControlLookup = array(0x00=>'not scrambled', 0x01=>'reserved', 0x02=>'scrambled, even…
86 return (isset($TSscramblingControlLookup[$raw]) ? $TSscramblingControlLookup[$raw] : 'invalid');