Bind a single audio stream to an audio device.
This is a convenience function, equivalent to calling SDL_BindAudioStreams(devid, &stream, 1).
an audio device to bind a stream to.
an audio stream to bind to a device.
true on success or false on failure; call SDL_GetError() for more information.
Threadsafety: It is safe to call this function from any thread.
SDL_BindAudioStreams SDL_UnbindAudioStream SDL_GetAudioStreamDevice
See Implementation
Bind a single audio stream to an audio device.
This is a convenience function, equivalent to calling SDL_BindAudioStreams(devid, &stream, 1).