mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00
audio: Fixed documentation.
This commit is contained in:
@@ -1064,7 +1064,7 @@ extern DECLSPEC void SDLCALL SDL_DestroyAudioStream(SDL_AudioStream *stream);
|
|||||||
*
|
*
|
||||||
* \param devid an audio device to open, or SDL_AUDIO_DEVICE_DEFAULT_OUTPUT
|
* \param devid an audio device to open, or SDL_AUDIO_DEVICE_DEFAULT_OUTPUT
|
||||||
* or SDL_AUDIO_DEVICE_DEFAULT_CAPTURE.
|
* or SDL_AUDIO_DEVICE_DEFAULT_CAPTURE.
|
||||||
* \param spec the audio stream's input format. Required.
|
* \param spec the audio stream's data format. Required.
|
||||||
* \param callback A callback where the app will provide new data for playback,
|
* \param callback A callback where the app will provide new data for playback,
|
||||||
* or receive new data for capture. Can be NULL, in which case
|
* or receive new data for capture. Can be NULL, in which case
|
||||||
* the app will need to call SDL_PutAudioStreamData or
|
* the app will need to call SDL_PutAudioStreamData or
|
||||||
|
Reference in New Issue
Block a user