AudioSettings.AudioConfigurationChangeHandler
A delegate called whenever the global audio settings are changed, either by AudioSettings.Reset or by an external device change such as the OS control panel changing the sample rate or because the default output device was changed, for example when plugging in an HDMI monitor or a USB headset.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Delegate
- Namespace: UnityEngine
- Assembly: UnityEngine.AudioModule
public delegate void AudioSettings.AudioConfigurationChangeHandler(bool deviceWasChanged)
Remarks
See AudioSettings.Reset for an example.