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

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_cdrom.h79 typedef struct SDL_CD { struct
90 } SDL_CD; typedef in typeref:struct: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 *cdro
[all...]

Completed in 274 milliseconds