Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaCaptureInitializationSettings.VideoDeviceId 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 video camera.

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

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

Property Value

String

Platform::String

winrt::hstring

The DeviceInformation.Id of the video camera.

Windows requirements

Requirements Description
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


Feedback

Was this page helpful?