#include "SDL.h"
int SDL_CDPause(SDL_CD *cdrom);
int SDL_CDPause
指定された cdrom の再生を一時停止します。
成功した時は 0 を返し、 エラーの時は -1 を返します。
SDL_CDPlay, SDL_CDResume