mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
Android audio device selection (#6824)
Make it possible to select a specific audio device for Android
This commit is contained in:
parent
b461d9e183
commit
abf5cc5203
9 changed files with 277 additions and 33 deletions
|
@ -577,7 +577,7 @@ extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface(SDL_Surface *surface,
|
|||
* it might be easier to call but it doesn't have access to palette
|
||||
* information for the destination surface, in case that would be important.
|
||||
*
|
||||
* \param surface the existing SDL_Surface structure to convert
|
||||
* \param src the existing SDL_Surface structure to convert
|
||||
* \param pixel_format the SDL_PixelFormatEnum that the new surface is
|
||||
* optimized for
|
||||
* \returns the new SDL_Surface structure that is created or NULL if it fails;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue