MediaCaptureInitializationSettings.DeviceUri Property
Definition
Gets or sets the URI of the remote capture device to be initialized.
public:
property Uri ^ DeviceUri { Uri ^ get(); void set(Uri ^ value); };
Uri DeviceUri();
void DeviceUri(Uri value);
public System.Uri DeviceUri { get; set; }
var uri = mediaCaptureInitializationSettings.deviceUri;
mediaCaptureInitializationSettings.deviceUri = uri;
Public Property DeviceUri As Uri
Property Value
The URI of the remote capture device to be initialized.
Windows 10 requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|