|
NAMESDL_CDResume - Resumes a CDROMSYNOPSIS#include "SDL.h"int SDL_CDResume(SDL_CD *cdrom); DESCRIPTIONResumes play on the given cdrom.RETURN VALUEReturns 0 on success, or -1 on an error.SEE ALSOSDL_CDPlay, SDL_CDPause
Visit the GSP FreeBSD Man Page Interface. |