Skip to content

Commit d2090d1

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 3f7f632 commit d2090d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/SDL3/SDL_audio.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_PauseAudioStreamDevice(SDL_AudioStream *str
15781578
extern SDL_DECLSPEC bool SDLCALL SDL_ResumeAudioStreamDevice(SDL_AudioStream *stream);
15791579

15801580
/**
1581-
* Use this function to query if an audio device associated with a stream is paused.
1581+
* Use this function to query if an audio device associated with a stream is
1582+
* paused.
15821583
*
15831584
* Unlike in SDL2, audio devices start in an _unpaused_ state, since an app
15841585
* has to bind a stream before any audio will flow.
@@ -1588,7 +1589,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_ResumeAudioStreamDevice(SDL_AudioStream *st
15881589
*
15891590
* \threadsafety It is safe to call this function from any thread.
15901591
*
1591-
* \since This function is available since SDL 3.1.3.
1592+
* \since This function is available since SDL 3.2.0.
15921593
*
15931594
* \sa SDL_PauseAudioStreamDevice
15941595
* \sa SDL_ResumeAudioStreamDevice

0 commit comments

Comments
 (0)