Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2025-06-23 04:07:09 +00:00
parent 274aa0242e
commit 6cfe211142

View File

@@ -1064,14 +1064,14 @@ extern SDL_DECLSPEC SDL_AudioStream * SDLCALL SDL_CreateAudioStream(const SDL_Au
/** /**
* Get the properties associated with an audio stream. * Get the properties associated with an audio stream.
* *
* The application can hang any data it wants here, but * The application can hang any data it wants here, but the following
* the following properties are understood by SDL: * properties are understood by SDL:
* *
* - `SDL_PROP_AUDIOSTREAM_KEEP_ON_SHUTDOWN_BOOLEAN`: if true, the stream will * - `SDL_PROP_AUDIOSTREAM_KEEP_ON_SHUTDOWN_BOOLEAN`: if true, the stream will
* not be automatically destroyed during SDL_Quit(). This property is * not be automatically destroyed during SDL_Quit(). This property is
* ignored for streams created through SDL_OpenAudioDeviceStream(). Streams * ignored for streams created through SDL_OpenAudioDeviceStream(). Streams
* bound to devices that aren't destroyed will still be unbound. * bound to devices that aren't destroyed will still be unbound. Default
* Default false. (since SDL 3.4.0) * false. (since SDL 3.4.0)
* *
* \param stream the SDL_AudioStream to query. * \param stream the SDL_AudioStream to query.
* \returns a valid property ID on success or 0 on failure; call * \returns a valid property ID on success or 0 on failure; call