Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 7 months ago
parent
commit
d2090d1c80
1 changed files with 3 additions and 2 deletions
  1. 3 2
      include/SDL3/SDL_audio.h

+ 3 - 2
include/SDL3/SDL_audio.h

@@ -1578,7 +1578,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_PauseAudioStreamDevice(SDL_AudioStream *str
 extern SDL_DECLSPEC bool SDLCALL SDL_ResumeAudioStreamDevice(SDL_AudioStream *stream);
 
 /**
- * Use this function to query if an audio device associated with a stream is paused.
+ * Use this function to query if an audio device associated with a stream is
+ * paused.
  *
  * Unlike in SDL2, audio devices start in an _unpaused_ state, since an app
  * has to bind a stream before any audio will flow.
@@ -1588,7 +1589,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_ResumeAudioStreamDevice(SDL_AudioStream *st
  *
  * \threadsafety It is safe to call this function from any thread.
  *
- * \since This function is available since SDL 3.1.3.
+ * \since This function is available since SDL 3.2.0.
  *
  * \sa SDL_PauseAudioStreamDevice
  * \sa SDL_ResumeAudioStreamDevice