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

Syntax

[get: Android.Runtime.Register("getAvailableCaptureResultKeys", "()Ljava/util/List;", "GetGetAvailableCaptureResultKeysHandler")]
public IList<CaptureResult.Key> AvailableCaptureResultKeys { 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.CaptureResult.

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