SDL_CDStop — Stops a CDROM
#include "SDL.h"
int SDL_CDStop(
)
Stops play on the given cdrom.
cdrom
Returns 0 on success, or -1 on an error.
0
SDL_CDPlay(3),
This manual page is taken from the SDL library, licensed under GNU LGPL.