DefaultAudioRenderDeviceChangedEventArgs.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 default audio render device that caused the change event.
public:
property AudioDeviceRole Role { AudioDeviceRole get(); };
AudioDeviceRole Role();
public AudioDeviceRole Role { get; }
var audioDeviceRole = defaultAudioRenderDeviceChangedEventArgs.role;
Public ReadOnly Property Role As AudioDeviceRole
Property Value
The role of the newly selected default audio render device that caused the change event.