IDefaultAudioDeviceChangedEventArgs.Role Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.