Scroll to navigation

SDL_UnlockAudioDevice(3) SDL3 FUNCTIONS SDL_UnlockAudioDevice(3)

NAME

SDL_UnlockAudioDevice - Use this function to unlock the audio callback function for a specified device.

SYNOPSIS

#include "SDL3/SDL.h"
void SDL_UnlockAudioDevice(SDL_AudioDeviceID dev);

DESCRIPTION

This function should be paired with a previous

SDL_LockAudioDevice () call.

FUNCTION PARAMETERS

the ID of the device to be unlocked

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_LockAudioDevice(3)

SDL 3.0.0 SDL