Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.ac3.php98 $thisfile_ac3_raw_bsi['bsmod'] = $this->readHeaderBSI(3);
99 $thisfile_ac3_raw_bsi['acmod'] = $this->readHeaderBSI(3);
103 $thisfile_ac3_raw_bsi['cmixlev'] = $this->readHeaderBSI(2);
109 $thisfile_ac3_raw_bsi['surmixlev'] = $this->readHeaderBSI(2);
115 $thisfile_ac3_raw_bsi['dsurmod'] = $this->readHeaderBSI(2);
229 $thisfile_ac3_raw_bsi['compr2'] = $this->readHeaderBSI(8);
235 $thisfile_ac3_raw_bsi['chanmap'] = $this->readHeaderBSI(8);
241 $thisfile_ac3_raw_bsi['dmixmod'] = $this->readHeaderBSI(2);
272 $thisfile_ac3_raw_bsi['mixdef'] = $this->readHeaderBSI(2);
421 $thisfile_ac3_raw_bsi['addbsil'] = $this->readHeaderBSI(6);
[all …]