Home
last modified time | relevance | path

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

/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php76 switch ($id3v2_majorversion) {
152 if ($id3v2_majorversion == 3) {
179 } elseif ($id3v2_majorversion == 4) {
242 if ($id3v2_majorversion == 2) {
253 } elseif ($id3v2_majorversion > 2) {
263 if ($id3v2_majorversion == 3) {
277 $id3v2_majorversion = 3;
521 if ($id3v2_majorversion == 3) {
1054 if ($id3v2_majorversion == 3) {
1252 if ($id3v2_majorversion == 2) {
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v2.php86 switch ($id3v2_majorversion) {
162 if ($id3v2_majorversion == 3) {
189 } elseif ($id3v2_majorversion == 4) {
279 if ($id3v2_majorversion == 2) {
290 } elseif ($id3v2_majorversion > 2) {
300 if ($id3v2_majorversion == 3) {
314 $id3v2_majorversion = 3;
585 if ($id3v2_majorversion == 3) {
1214 if ($id3v2_majorversion == 3) {
1415 if ($id3v2_majorversion == 2) {
[all …]
H A Dwrite.php572 * @param int $id3v2_majorversion
576 public function FormatDataForID3v2($id3v2_majorversion) { argument
583 $ID3v2_framename = getid3_write_id3v2::ID3v2ShortFrameNameLookup($id3v2_majorversion, $tag_key);
652 if (isset($ID3v2_text_encoding_lookup[$id3v2_majorversion][$this->tag_encoding])) {
654 …D3v2_framename][$key]['encodingid'] = $ID3v2_text_encoding_lookup[$id3v2_majorversion][$this->tag_…
658 if ($id3v2_majorversion < 4) {