Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.wavpack.php253 … $metablock['riff'] = $getid3_riff->ParseRIFF($startoffset, $startoffset + $metablock['size']);
H A Dmodule.audio-video.riff.php75 …$thisfile_riff[$RIFFsubtype] = $this->ParseRIFF($offset, ($offset + $thisfile_riff['header_size']…
91 …$thisfile_riff[$RIFFsubtype] = $this->ParseRIFF($offset, ($offset + $thisfile_riff['header_size']…
131 $chunkdata['chunks'] = $this->ParseRIFF($chunkdata['offset'] + 4, $nextRIFFoffset);
1512 public function ParseRIFF($startoffset, $maxoffset) { function in getid3_riff
1611 if ($parsedChunk = $this->ParseRIFF($this->ftell(), $LISTchunkMaxOffset)) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1905 The ParseRIFF() function has been completely rewritten and fixes