SDL_UnlockAudioStream - Man Page

Unlock an audio stream for serialized access.

Synopsis

#include <SDL3/SDL_audio.h>

bool SDL_UnlockAudioStream(SDL_AudioStream *stream);

Description

This unlocks an audio stream after a call to SDL_LockAudioStream.

Function Parameters

stream

the audio stream to unlock.

Return Value

for more information.

Thread Safety

You should only call this from the same thread that previously called SDL_LockAudioStream.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_LockAudioStream(3)

Referenced By

SDL_LockAudioStream(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS