File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1578,7 +1578,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_PauseAudioStreamDevice(SDL_AudioStream *str
1578
1578
extern SDL_DECLSPEC bool SDLCALL SDL_ResumeAudioStreamDevice (SDL_AudioStream * stream );
1579
1579
1580
1580
/**
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.
1582
1583
*
1583
1584
* Unlike in SDL2, audio devices start in an _unpaused_ state, since an app
1584
1585
* has to bind a stream before any audio will flow.
@@ -1588,7 +1589,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_ResumeAudioStreamDevice(SDL_AudioStream *st
1588
1589
*
1589
1590
* \threadsafety It is safe to call this function from any thread.
1590
1591
*
1591
- * \since This function is available since SDL 3.1.3 .
1592
+ * \since This function is available since SDL 3.2.0 .
1592
1593
*
1593
1594
* \sa SDL_PauseAudioStreamDevice
1594
1595
* \sa SDL_ResumeAudioStreamDevice
You can’t perform that action at this time.
0 commit comments