Fix comments

This commit is contained in:
Sylvain
2023-06-22 15:42:51 +02:00
committed by Sylvain Becker
parent 4339113072
commit 627165a2b2
5 changed files with 11 additions and 0 deletions

View File

@@ -758,6 +758,7 @@ extern DECLSPEC int SDLCALL SDL_GetAudioStreamFormat(SDL_AudioStream *stream,
* will reflect the new format, and future calls to SDL_PutAudioStreamData
* must provide data in the new input formats.
*
* \param stream The stream the format is being changed
* \param src_format The format of the audio input
* \param src_channels The number of channels of the audio input
* \param src_rate The sampling rate of the audio input