DefaultAudioCaptureDeviceChangedEventArgs.Id Property

Definition

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

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = defaultAudioCaptureDeviceChangedEventArgs.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

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

Implements

Id

Applies to