mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-08 19:06:26 +00:00
Sync SDL2 wiki -> header
This commit is contained in:
@@ -154,6 +154,7 @@ typedef Uint16 SDL_AudioFormat;
|
|||||||
* \param userdata An application-specific parameter saved in the
|
* \param userdata An application-specific parameter saved in the
|
||||||
* SDL_AudioSpec structure
|
* SDL_AudioSpec structure
|
||||||
* \param stream A pointer to the audio data buffer.
|
* \param stream A pointer to the audio data buffer.
|
||||||
|
* \param len Length of **stream** in bytes.
|
||||||
*/
|
*/
|
||||||
typedef void (SDLCALL * SDL_AudioCallback) (void *userdata, Uint8 * stream,
|
typedef void (SDLCALL * SDL_AudioCallback) (void *userdata, Uint8 * stream,
|
||||||
int len);
|
int len);
|
||||||
|
Reference in New Issue
Block a user