Skip to content

Commit 603118c

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent aa4f916 commit 603118c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

include/SDL3/SDL_audio.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,13 @@ extern SDL_DECLSPEC SDL_AudioStream * SDLCALL SDL_CreateAudioStream(const SDL_Au
10671067
* The application can hang any data it wants here, but the following
10681068
* properties are understood by SDL:
10691069
*
1070-
* - `SDL_PROP_AUDIOSTREAM_AUTO_CLEANUP_BOOLEAN`: if true (the default), the stream be automatically cleaned up when the audio subsystem quits. If set to false, the streams will persist beyond that. This property is ignored for streams created through SDL_OpenAudioDeviceStream(), and will always be cleaned up. Streams that are not cleaned up will still be unbound from devices when the audio subsystem quits. This property was added in SDL 3.4.0.
1070+
* - `SDL_PROP_AUDIOSTREAM_AUTO_CLEANUP_BOOLEAN`: if true (the default), the
1071+
* stream be automatically cleaned up when the audio subsystem quits. If set
1072+
* to false, the streams will persist beyond that. This property is ignored
1073+
* for streams created through SDL_OpenAudioDeviceStream(), and will always
1074+
* be cleaned up. Streams that are not cleaned up will still be unbound from
1075+
* devices when the audio subsystem quits. This property was added in SDL
1076+
* 3.4.0.
10711077
*
10721078
* \param stream the SDL_AudioStream to query.
10731079
* \returns a valid property ID on success or 0 on failure; call

0 commit comments

Comments
 (0)