CameraCharacteristics.AvailableCaptureResultKeys Property

Definition

Returns the list of keys supported by this CameraDevice for querying with a CaptureResult.

public System.Collections.Generic.IList<Android.Hardware.Camera2.CaptureResult.Key> AvailableCaptureResultKeys { [Android.Runtime.Register("getAvailableCaptureResultKeys", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getAvailableCaptureResultKeys", "()Ljava/util/List;", "")>]
member this.AvailableCaptureResultKeys : System.Collections.Generic.IList<Android.Hardware.Camera2.CaptureResult.Key>

Property Value

IList<Key>

List of keys supported by this CameraDevice for CaptureResults.

Attributes

Remarks

Java documentation for android.hardware.camera2.CameraCharacteristics.getAvailableCaptureResultKeys().

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