PyGame Logo
PyGame
Documentation
||  Home  ||  Help Contents  ||
 
|| CD || Channel || Font || Joystick || Rect ||
|| Sound || Surface || pygame || cdrom || display ||
|| event || font || image || joystick || key ||
|| mixer || mouse || music || surfarray || time ||

pygame.cdrom

thin wrapper around the SDL CDROM api, likely to change
count - query number of cdroms on system
get_init - query init of cdrom module
init - initialize the cdrom subsystem
name - query name of cdrom drive
open - open cd device
quit - uninitialize the cdrom subsystem

count
pygame.cdrom.count() -> int
 
get_init
pygame.cdrom.get_init() -> bool
 
init
pygame.cdrom.init() -> None
 
name
pygame.cdrom.name(id) -> string
 
open
pygame.cdrom.open(id) -> CD
 
quit
pygame.cdrom.quit() -> None