TotalCaptureResult.PhysicalCameraTotalResults Property

Definition

Get the map between physical camera ids and their total capture result metadata

public System.Collections.Generic.IDictionary<string,Android.Hardware.Camera2.TotalCaptureResult> PhysicalCameraTotalResults { [Android.Runtime.Register("getPhysicalCameraTotalResults", "()Ljava/util/Map;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getPhysicalCameraTotalResults", "()Ljava/util/Map;", "", ApiSince=31)>]
member this.PhysicalCameraTotalResults : System.Collections.Generic.IDictionary<string, Android.Hardware.Camera2.TotalCaptureResult>

Property Value

IDictionary<String,TotalCaptureResult>

unmodifiable map between physical camera ids and their total capture result metadata

Attributes

Remarks

Java documentation for android.hardware.camera2.TotalCaptureResult.getPhysicalCameraTotalResults().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to