MediaCaptureInitializationSettings.AudioDeviceId Property

Definition

Gets the DeviceInformation.Id of the microphone.

public:
 property Platform::String ^ AudioDeviceId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring AudioDeviceId();

void AudioDeviceId(winrt::hstring value);
public string AudioDeviceId { get; set; }
var string = mediaCaptureInitializationSettings.audioDeviceId;
mediaCaptureInitializationSettings.audioDeviceId = string;
Public Property AudioDeviceId As String

Property Value

String

Platform::String

winrt::hstring

The DeviceInformation.Id of the microphone.

Windows requirements

App capabilities
backgroundMediaRecording microphone webcam

Remarks

This method may return a NULL pointer if the device doesn't support this functionality. For more information, see the DeviceInformation class.

Applies to