Lines Matching refs:track
35 appendtrack(track) -- Append the specified track to the list of music
41 "last" the end of the CD; a single integer: a track number--playing
42 starts at the beginning of the track or ends at the end of the
43 specified track; a three-tuple: the absolute time from the start of
44 the CD in minutes, seconds, frames; a four-tuple: track number and
45 relative time within the track in minutes, seconds, frames.
60 consists of start and length information of a track. The start and
63 track numbers. If no tracklist is specified, information about all
79 for track in tracklist:
80 appendtrack(track)
82 The next method is "appendtrack(track)" with which a whole track can be
83 added to the list of music to be played. "appendtrack(track)" is
84 equivalent to "appendstretch(track, track)".
92 specified using a track number and the next stretch starts at the
93 beginning of the following track and that was also specified using the
94 track number (that is, both were specified as integers, not as tuples),
96 time or track-relative time (that is, as three-tuple or as