SDL_CDPause

SDL Library

SDL Library Documentation
Prev Next

SDL_CDPause

Name

SDL_CDPause -- Pauses a CDROM

Synopsis

#include "SDL.h"

int SDL_CDPause(SDL_CD *cdrom);

Description

Pauses play on the given cdrom.

Return Value

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


Prev Home Next
SDL_CDPlayTracks Up SDL_CDResume