Android.Hardware.Camera2.CameraCharacteristics.AvailableCaptureRequestKeys Property
Returns the list of keys supported by this Android.Hardware.Camera2.CameraDevice for querying with a Android.Hardware.Camera2.CaptureRequest.

Syntax

[get: Android.Runtime.Register("getAvailableCaptureRequestKeys", "()Ljava/util/List;", "GetGetAvailableCaptureRequestKeysHandler")]
public IList<CaptureRequest.Key> AvailableCaptureRequestKeys { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the list of keys supported by this Android.Hardware.Camera2.CameraDevice for querying with a Android.Hardware.Camera2.CaptureRequest.

The list returned is not modifiable, so any attempts to modify it will throw a UnsupportedOperationException.

Each key is only listed once in the list. The order of the keys is undefined.

Note that there is no getAvailableCameraCharacteristicsKeys() -- use CameraCharacteristics.getKeys() instead.

[Android Documentation]

Requirements

Namespace: Android.Hardware.Camera2
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0