pub unsafe extern "C" fn SDL_UnlockAudioDevice(dev: SDL_AudioDeviceID)
Expand description

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

This function should be paired with a previous SDL_LockAudioDevice() call.

\param dev the ID of the device to be unlocked

\since This function is available since SDL 2.0.0.

\sa SDL_LockAudioDevice