Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.flac.php212 * @param string $BlockData
235 * @param string $BlockData
239 private function parseSTREAMINFO($BlockData) { argument
268 * @param string $BlockData
272 private function parseAPPLICATION($BlockData) { argument
283 * @param string $BlockData
287 private function parseSEEKTABLE($BlockData) { argument
291 $BlockLength = strlen($BlockData);
317 * @param string $BlockData
341 * @param string $BlockData
[all …]
H A Dmodule.audio.voc.php66 $BlockData = $this->fread(4);
67 $BlockType = ord($BlockData[0]);
68 $BlockSize = getid3_lib::LittleEndian2Int(substr($BlockData, 1, 3));
78 $BlockData .= $this->fread(2);
84 $ThisBlock['sample_rate_id'] = getid3_lib::LittleEndian2Int(substr($BlockData, 4, 1));
85 $ThisBlock['compression_type'] = getid3_lib::LittleEndian2Int(substr($BlockData, 5, 1));
109 $BlockData .= $this->fread(4);
123 $BlockData .= $this->fread(12);
129 $ThisBlock['sample_rate'] = getid3_lib::LittleEndian2Int(substr($BlockData, 4, 4));
130 $ThisBlock['bits_per_sample'] = getid3_lib::LittleEndian2Int(substr($BlockData, 8, 1));
[all …]
H A Dmodule.audio.optimfrog.php112 $BlockData = $this->fread(8);
114 $BlockName = substr($BlockData, 0, 4);
115 $BlockSize = getid3_lib::LittleEndian2Int(substr($BlockData, 4, 4));
143 $BlockData .= $this->fread($BlockSize);
199 $BlockData .= $this->fread(14);
202 …$COMPdata['crc_32'] = getid3_lib::LittleEndian2Int(substr($BlockData, $offse…
204 …$COMPdata['sample_count'] = getid3_lib::LittleEndian2Int(substr($BlockData, $offse…
206 …$COMPdata['raw']['sample_type'] = getid3_lib::LittleEndian2Int(substr($BlockData, $offse…
209 …$COMPdata['raw']['channel_configuration'] = getid3_lib::LittleEndian2Int(substr($BlockData, $offse…
212 …$COMPdata['raw']['algorithm_id'] = getid3_lib::LittleEndian2Int(substr($BlockData, $offse…
[all …]