CameraCharacteristics.AvailableSessionKeys Property

Definition

Returns a subset of #getAvailableCaptureRequestKeys keys that the camera device can pass as part of the capture session initialization.

public System.Collections.Generic.IList<Android.Hardware.Camera2.CaptureRequest.Key>? AvailableSessionKeys { [Android.Runtime.Register("getAvailableSessionKeys", "()Ljava/util/List;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getAvailableSessionKeys", "()Ljava/util/List;", "", ApiSince=28)>]
member this.AvailableSessionKeys : System.Collections.Generic.IList<Android.Hardware.Camera2.CaptureRequest.Key>

Property Value

IList<Key>

List of keys that can be passed during capture session initialization. In case the camera device doesn't support such keys the list can be null.

Attributes

Remarks

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

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