Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php239 private $EBMLbuffer = ''; variable in getid3_matroska
1291 $this->EBMLbuffer = $this->fread($read_bytes);
1292 $this->EBMLbuffer_length = strlen($this->EBMLbuffer);
1312 $first_byte_int = ord($this->EBMLbuffer[$actual_offset]);
1334 $int_value = self::EBML2Int(substr($this->EBMLbuffer, $actual_offset, $length));
1350 $data = substr($this->EBMLbuffer, $this->current_offset - $this->EBMLbuffer_offset, $length);