IDefaultAudioDeviceChangedEventArgs.Role Property

Definition

Gets the role of the newly selected audio device that raised the device change event.

public:
 property AudioDeviceRole Role { AudioDeviceRole get(); };
AudioDeviceRole Role();
public AudioDeviceRole Role { get; }
var audioDeviceRole = iDefaultAudioDeviceChangedEventArgs.role;
Public ReadOnly Property Role As AudioDeviceRole

Property Value

The role of the newly selected audio device that raised the device change event.

Applies to

See also