mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user