Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php240 private $EBMLbuffer_offset = 0; variable in getid3_matroska
1285 …if (($this->current_offset - $this->EBMLbuffer_offset) >= ($this->EBMLbuffer_length - $min_data)) {
1290 $this->EBMLbuffer_offset = $this->current_offset;
1309 $actual_offset = $this->current_offset - $this->EBMLbuffer_offset;
1350 $data = substr($this->EBMLbuffer, $this->current_offset - $this->EBMLbuffer_offset, $length);