Home | History | Annotate | Download | only in SDL

Lines Matching defs:SDL_CD

74 typedef struct SDL_CD {
83 } SDL_CD;
118 extern DECLSPEC SDL_CD * SDLCALL SDL_CDOpen(int drive);
122 play position of the CD will be stored in the SDL_CD structure.
124 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
145 extern DECLSPEC int SDLCALL SDL_CDPlayTracks(SDL_CD *cdrom,
151 extern DECLSPEC int SDLCALL SDL_CDPlay(SDL_CD *cdrom, int start, int length);
154 extern DECLSPEC int SDLCALL SDL_CDPause(SDL_CD *cdrom);
157 extern DECLSPEC int SDLCALL SDL_CDResume(SDL_CD *cdrom);
160 extern DECLSPEC int SDLCALL SDL_CDStop(SDL_CD *cdrom);
163 extern DECLSPEC int SDLCALL SDL_CDEject(SDL_CD *cdrom);
166 extern DECLSPEC void SDLCALL SDL_CDClose(SDL_CD *cdrom);