Searched defs:SDL_CD (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_cdrom.h70 typedef struct SDL_CD { struct
79 } SDL_CD; typedef in typeref:struct:SDL_CD
114 extern DECLSPEC SDL_CD * SDLCALL SDL_CDOpen(int drive);
118 play position of the CD will be stored in the SDL_CD structure.
120 extern DECLSPEC CDstatus SDLCALL SDL_CDStatus(SDL_CD *cdrom);
141 extern DECLSPEC int SDLCALL SDL_CDPlayTracks(SDL_CD *cdrom,
147 extern DECLSPEC int SDLCALL SDL_CDPlay(SDL_CD *cdrom, int start, int length);
150 extern DECLSPEC int SDLCALL SDL_CDPause(SDL_CD *cdrom);
153 extern DECLSPEC int SDLCALL SDL_CDResume(SDL_CD *cdrom);
156 extern DECLSPEC int SDLCALL SDL_CDStop(SDL_CD *cdro
[all...]

Completed in 320 milliseconds