Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.misc.cue.php96 $track_on = -1;
109 $this->parseString($file[$i], $track_on);
115 $this->parseFlags($file[$i], $track_on);
120 $this->parseIndex($file[$i], $track_on);
123 $this->parseComment($file[$i], $track_on);
126 $track_on++;
127 $this->parseTrack($file[$i], $track_on);
130 $this->cuesheet['tracks'][$track_on]['datafile'] = $currentFile;
135 $this->parseGarbage($file[$i], $track_on);
145 * @param integer $track_on - The track currently processing.
[all …]