Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.audio.ac3.php90 $thisfile_ac3_raw_bsi['crc1'] = getid3_lib::Bin2Dec($this->readHeaderBSI(16));
91 $thisfile_ac3_raw_bsi['fscod'] = $this->readHeaderBSI(2); // 5.4.1.3
92 $thisfile_ac3_raw_bsi['frmsizecod'] = $this->readHeaderBSI(6); // 5.4.1.4
97 …$thisfile_ac3_raw_bsi['bsid'] = $this->readHeaderBSI(5); // we already know this from pre-parsing…
98 $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);
119 $thisfile_ac3_raw_bsi['flags']['lfeon'] = (bool) $this->readHeaderBSI(1);
[all …]