|
NAMESDL_CDPlay - Play a CDSYNOPSIS#include "SDL.h"int SDL_CDPlay(SDL_CD *cdrom, int start, int length); DESCRIPTIONPlays the given cdrom, starting a frame start for length frames.RETURN VALUESReturns 0 on success, or -1 on an error.SEE ALSOSDL_CDPlayTracks, SDL_CDStop
Visit the GSP FreeBSD Man Page Interface. |