OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_AudioSpec
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h
74
typedef struct
SDL_AudioSpec
{
93
}
SDL_AudioSpec
;
176
* @sa
SDL_AudioSpec
178
extern DECLSPEC int SDLCALL SDL_OpenAudio(
SDL_AudioSpec
*desired,
SDL_AudioSpec
*obtained);
204
* If this function succeeds, it returns the given
SDL_AudioSpec
,
215
extern DECLSPEC
SDL_AudioSpec
* SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc,
SDL_AudioSpec
*spec, Uint8 **audio_buf, Uint32 *audio_len);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h
74
typedef struct
SDL_AudioSpec
{
93
}
SDL_AudioSpec
;
176
* @sa
SDL_AudioSpec
178
extern DECLSPEC int SDLCALL SDL_OpenAudio(
SDL_AudioSpec
*desired,
SDL_AudioSpec
*obtained);
204
* If this function succeeds, it returns the given
SDL_AudioSpec
,
215
extern DECLSPEC
SDL_AudioSpec
* SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc,
SDL_AudioSpec
*spec, Uint8 **audio_buf, Uint32 *audio_len);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h
74
typedef struct
SDL_AudioSpec
{
93
}
SDL_AudioSpec
;
176
* @sa
SDL_AudioSpec
178
extern DECLSPEC int SDLCALL SDL_OpenAudio(
SDL_AudioSpec
*desired,
SDL_AudioSpec
*obtained);
204
* If this function succeeds, it returns the given
SDL_AudioSpec
,
215
extern DECLSPEC
SDL_AudioSpec
* SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc,
SDL_AudioSpec
*spec, Uint8 **audio_buf, Uint32 *audio_len);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h
74
typedef struct
SDL_AudioSpec
{
93
}
SDL_AudioSpec
;
176
* @sa
SDL_AudioSpec
178
extern DECLSPEC int SDLCALL SDL_OpenAudio(
SDL_AudioSpec
*desired,
SDL_AudioSpec
*obtained);
204
* If this function succeeds, it returns the given
SDL_AudioSpec
,
215
extern DECLSPEC
SDL_AudioSpec
* SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc,
SDL_AudioSpec
*spec, Uint8 **audio_buf, Uint32 *audio_len);
Completed in 96 milliseconds