Language

OutputConfiguration.PhysicalCameraId Property

Definition

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

Applies to