MediaCaptureSettings.AudioDeviceId 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 DeviceInformation.Id of the microphone.
public:
property Platform::String ^ AudioDeviceId { Platform::String ^ get(); };
winrt::hstring AudioDeviceId();
public string AudioDeviceId { get; }
var string = mediaCaptureSettings.audioDeviceId;
Public ReadOnly Property AudioDeviceId As String
Property Value
The DeviceInformation.Id of the microphone.
Windows requirements
App capabilities |
backgroundMediaRecording
microphone
webcam
|
Remarks
This method may return null if the device doesn't support this functionality. For more information, see the DeviceInformation class.