MediaCaptureSettings.VideoDeviceId Property

Definition

Gets the DeviceInformation.Id of the video camera.

public:
 property Platform::String ^ VideoDeviceId { Platform::String ^ get(); };
winrt::hstring VideoDeviceId();
public string VideoDeviceId { get; }
var string = mediaCaptureSettings.videoDeviceId;
Public ReadOnly Property VideoDeviceId As String

Property Value

String

Platform::String

winrt::hstring

The DeviceInformation.Id of the video camera.

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.

Applies to