Searched refs:majorversion (Results 1 – 6 of 6) sorted by relevance
53 public $majorversion = 3; variable in getid3_write_id3v2304 switch ($this->majorversion) {350 switch ($this->majorversion) {400 if (($this->majorversion < 3) || ($this->majorversion > 4)) {1009 if ($this->majorversion == 3) {1290 if ($this->majorversion == 4) {1415 } elseif ($this->majorversion == 3) {1538 } elseif ($this->majorversion == 2) {1659 if ($this->majorversion >= 4) {1879 } elseif (($this->majorversion == 3) || ($this->majorversion == 4)) {[all …]
354 $id3v2_writer->majorversion = intval(substr($tagformat, -1));356 $id3v2_writer_tag_data = $this->FormatDataForID3v2($id3v2_writer->majorversion);
3800 * @param int $majorversion3804 public static function ID3v2HeaderLength($majorversion) { argument3805 return (($majorversion == 2) ? 6 : 10);
3172 function ID3v2HeaderLength($majorversion) { argument3173 return (($majorversion == 2) ? 6 : 10);
580 ['majorversion']=>integer() //
2592 Changed default ID3v2 majorversion from 2.4 to 2.3 in