CameraCharacteristics.AvailableSessionKeys 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.
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
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.