DefaultAudioCaptureDeviceChangedEventArgs.Role Property

Definition

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

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

Property Value

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

Implements

Applies to

See also