SDL_CDPlay - Play a CD
Contents
Description
Plays the given cdrom, starting a frame start for length frames.
Name
SDL_CDPlay - Play a CD
Return Values
Returns 0 on success, or -1 on an error.
See Also
SDL_CDPlayTracks, SDL_CDStop
SDL Tue 11 Sep 2001, 22:58 SDL_CDPlay(3)
Synopsis
#include"SDL.h"intSDL_CDPlay(SDL_CD*cdrom,intstart,intlength);
