Home
last modified time | relevance | path

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

/plugin/jukebox/id3/
H A Dgetid3.php444 function GetFileFormatArray() { function in getID3
945 foreach ($this->GetFileFormatArray() as $format_name => $info) {
959 $GetFileFormatArray = $this->GetFileFormatArray();
960 $info = $GetFileFormatArray['mp3'];
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php765 public function GetFileFormatArray() { function in getID3
1381 foreach ($this->GetFileFormatArray() as $format_name => $info) {
1394 $GetFileFormatArray = $this->GetFileFormatArray();
1395 $info = $GetFileFormatArray['mp3'];
1402 $GetFileFormatArray = $this->GetFileFormatArray();
1403 $info = $GetFileFormatArray['cue'];
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt914 not needed otherwise. New 'iconv_req' in GetFileFormatArray()
1471 GetFileFormatArray() now matches actual patterns for MP3 files
1629 Split GetFileFormat() to GetFileFormat() and GetFileFormatArray()