소스 검색

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 2 달 전
부모
커밋
fe6bd8e9bf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      include/SDL3/SDL_audio.h

+ 2 - 2
include/SDL3/SDL_audio.h

@@ -1583,8 +1583,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_PauseAudioStreamDevice(SDL_AudioStream *str
  * previously been paused. Once unpaused, any bound audio streams will begin
  * to progress again, and audio can be generated.
  *
- * Remember, SDL_OpenAudioDeviceStream opens device in an unpaused state, so
- * this function call is required for audio playback to begin on such device.
+ * Remember, SDL_OpenAudioDeviceStream opens device in a paused state, so this
+ * function call is required for audio playback to begin on such device.
  *
  * \param stream the audio stream associated with the audio device to resume.
  * \returns true on success or false on failure; call SDL_GetError() for more