OutputConfiguration.PhysicalCameraId 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.
Get the physical camera ID associated with this OutputConfiguration. -or- Set the id of the physical camera for this OutputConfiguration
public string? PhysicalCameraId { [Android.Runtime.Register("getPhysicalCameraId", "()Ljava/lang/String;", "", ApiSince=37)] get; [Android.Runtime.Register("setPhysicalCameraId", "(Ljava/lang/String;)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getPhysicalCameraId", "()Ljava/lang/String;", "", ApiSince=37)>]
[<set: Android.Runtime.Register("setPhysicalCameraId", "(Ljava/lang/String;)V", "", ApiSince=28)>]
member this.PhysicalCameraId : string with get, set
Property Value
The physical camera Id associated with this OutputConfiguration.
- Attributes