Lines Matching full:cd
1 Interface to CD-ROM player.
3 This module implements an interface to the built-in cd module. The
8 initialization of the class will try to open the CD player. This
9 means that initialization will fail if the CD player is already in
10 use. A RuntimeError will be raised by the cd module in that case.
13 the parts of the CD that are to be read and he specifies callback
15 tell the system to play. The specified parts of the CD will then be
21 r = readcd.Readcd([cd-player [, mode]])
23 The optional arguments are the name of the CD device and the mode.
25 possible value); when "cd-player" also isn't specified, it defaults
26 to "None" which indicates the default CD player.
31 eject() -- Eject the CD from the player.
40 of four forms. "None": for "first", the beginning of the CD, for
41 "last" the end of the CD; a single integer: a track number--playing
44 the CD in minutes, seconds, frames; a four-tuple: track number and
55 the CD module.
66 getstatus() -- Return the status information of the CD.
68 play() -- Play the preprogrammed stretches of music from the CD. When
69 nothing was programmed, the whole CD is played.