Lines Matching refs:SDL_CD
79 typedef struct SDL_CD {
90 } SDL_CD;
132 extern DECLSPEC SDL_CD * SDLCALL SDL_CDOpen(int drive);
137 * play position of the CD will be stored in the SDL_CD structure.
139 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
163 extern DECLSPEC int SDLCALL SDL_CDPlayTracks(SDL_CD *cdrom,
170 extern DECLSPEC int SDLCALL SDL_CDPlay(SDL_CD *cdrom, int start, int length);
175 extern DECLSPEC int SDLCALL SDL_CDPause(SDL_CD *cdrom);
180 extern DECLSPEC int SDLCALL SDL_CDResume(SDL_CD *cdrom);
185 extern DECLSPEC int SDLCALL SDL_CDStop(SDL_CD *cdrom);
190 extern DECLSPEC int SDLCALL SDL_CDEject(SDL_CD *cdrom);
193 extern DECLSPEC void SDLCALL SDL_CDClose(SDL_CD *cdrom);