mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 20:09:38 +08:00
SDL_audio.h: Fixed a documentation typo.
This commit is contained in:
@@ -1358,7 +1358,7 @@ extern DECLSPEC SDL_AudioStream *SDLCALL SDL_OpenAudioDeviceStream(SDL_AudioDevi
|
|||||||
*
|
*
|
||||||
* \since This datatype is available since SDL 3.0.0.
|
* \since This datatype is available since SDL 3.0.0.
|
||||||
*
|
*
|
||||||
* \sa SDL_SetAudioDevicePostmixCallback
|
* \sa SDL_SetAudioPostmixCallback
|
||||||
*/
|
*/
|
||||||
typedef void (SDLCALL *SDL_AudioPostmixCallback)(void *userdata, const SDL_AudioSpec *spec, float *buffer, int buflen);
|
typedef void (SDLCALL *SDL_AudioPostmixCallback)(void *userdata, const SDL_AudioSpec *spec, float *buffer, int buflen);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user