SDL_CDResume

SDL Library

SDL Library Documentation
Prev Next

SDL_CDResume

Name

SDL_CDResume -- Resumes a CDROM

Synopsis

#include "SDL.h"

int SDL_CDResume(SDL_CD *cdrom);

Description

Resumes play on the given cdrom.

Return Value

Returns 0 on success, or -1 on an error.


Prev Home Next
SDL_CDPause Up SDL_CDStop