SDL Wiki
(This is the documentation for SDL3, which is under heavy development and the API is changing! SDL2 is the current stable version!)

SDL_GetAudioStreamDevice

Query an audio stream for its currently-bound device.

Header File

Defined in <SDL3/SDL_audio.h>

Syntax

SDL_AudioDeviceID SDL_GetAudioStreamDevice(SDL_AudioStream *stream);

Function Parameters

stream the audio stream to query.

Return Value

Returns The bound audio device, or 0 if not bound or invalid.

Remarks

This reports the 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.

Thread Safety

It is safe to call this function from any thread.

Version

This function is available since SDL 3.0.0.

See Also


CategoryAPI, CategoryAPIFunction


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.