Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php1955 protected $data_string_length = 0; variable in getid3_handler
1999 $this->getid3->info['avdataend'] = $this->getid3->info['filesize'] = $this->data_string_length;
2019 $this->data_string_length = strlen($string);
2091 $this->data_string_position = $this->data_string_length + $bytes;
2130 if ($this->data_string_position >= $this->data_string_length) {
2169 return $this->data_string_position >= $this->data_string_length;