Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2025-01-14 21:44:52 +00:00
parent 9e60a8994f
commit bf793bf439

View File

@@ -1106,9 +1106,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetAudioStreamFormat(SDL_AudioStream *strea
* *
* If a stream is bound to a device, then the format of the side of the stream * If a stream is bound to a device, then the format of the side of the stream
* bound to a device cannot be changed (src_spec for recording devices, * bound to a device cannot be changed (src_spec for recording devices,
* dst_spec for playback devices). Attempts to make a change to this side * dst_spec for playback devices). Attempts to make a change to this side will
* will be ignored, but this will not report an error. The other side's format * be ignored, but this will not report an error. The other side's format can
* can be changed. * be changed.
* *
* \param stream the stream the format is being changed. * \param stream the stream the format is being changed.
* \param src_spec the new format of the audio input; if NULL, it is not * \param src_spec the new format of the audio input; if NULL, it is not