AudioSettings.AudioConfigurationChangeHandler

매뉴얼로 전환
public delegatevoid AudioConfigurationChangeHandler (bool deviceWasChanged);

파라미터

deviceWasChangedTrue if the change was caused by an device change.

설명

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.

See AudioSettings.Reset for an example.