Lines Matching refs:play
93 The drive is loaded with a CD-ROM. Subsequent play or read operations will
109 The drive is in CD layer mode with play paused.
192 .. method:: CD player.play(start, play)
197 at which to start playing the CD; if *play* is 0, the CD will be set to an
199 commence play.
202 .. method:: CD player.playabs(minutes, seconds, frames, play)
204 Like :meth:`play`, except that the start is given in minutes, seconds, and
208 .. method:: CD player.playtrack(start, play)
210 Like :meth:`play`, except that playing stops at the end of the track.
213 .. method:: CD player.playtrackabs(track, minutes, seconds, frames, play)
215 Like :meth:`play`, except that playing begins at the specified absolute time and
262 Pauses the CD if it is playing, and makes it play if it is paused.