Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 1 month ago
parent
commit
6cfe211142
1 changed files with 4 additions and 4 deletions
  1. 4 4
      include/SDL3/SDL_audio.h

+ 4 - 4
include/SDL3/SDL_audio.h

@@ -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 following properties are understood by SDL:
+ * The application can hang any data it wants here, but the following
+ * 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.
- *   Default false. (since SDL 3.4.0)
+ *   bound to devices that aren't destroyed will still be unbound. Default
+ *   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