Searched refs:TSscramblingControlLookup (Results 1 – 1 of 1) sorted by relevance
53 …$info['ts']['packet']['scrambling_control'] = $this->TSscramblingControlLookup(…84 public function TSscramblingControlLookup($raw) { function in getid3_ts85 …$TSscramblingControlLookup = array(0x00=>'not scrambled', 0x01=>'reserved', 0x02=>'scrambled, even…86 return (isset($TSscramblingControlLookup[$raw]) ? $TSscramblingControlLookup[$raw] : 'invalid');