MediaCaptureInitializationSettings.DeviceUri 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 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 requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|