Searched refs:GetFileFormatArray (Results 1 – 3 of 3) sorted by relevance
444 function GetFileFormatArray() { function in getID3945 foreach ($this->GetFileFormatArray() as $format_name => $info) {959 $GetFileFormatArray = $this->GetFileFormatArray();960 $info = $GetFileFormatArray['mp3'];
765 public function GetFileFormatArray() { function in getID31381 foreach ($this->GetFileFormatArray() as $format_name => $info) {1394 $GetFileFormatArray = $this->GetFileFormatArray();1395 $info = $GetFileFormatArray['mp3'];1402 $GetFileFormatArray = $this->GetFileFormatArray();1403 $info = $GetFileFormatArray['cue'];
914 not needed otherwise. New 'iconv_req' in GetFileFormatArray()1471 GetFileFormatArray() now matches actual patterns for MP3 files1629 Split GetFileFormat() to GetFileFormat() and GetFileFormatArray()