Browse Source

Clarify that SDL_GetAudioStreamDevice() returns the logical device.

(cherry picked from commit c19ad189dca61c30f0e74e540c184a55d01d8891)
Sam Lantinga 1 month ago
parent
commit
079967afa5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL3/SDL_audio.h

+ 1 - 1
include/SDL3/SDL_audio.h

@@ -1021,7 +1021,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_UnbindAudioStream(SDL_AudioStream *stream);
 /**
  * Query an audio stream for its currently-bound device.
  *
- * This reports the audio device that an audio stream is currently bound to.
+ * This reports the logical audio device that an audio stream is currently bound to.
  *
  * If not bound, or invalid, this returns zero, which is not a valid device
  * ID.