CaptureRequest.Get(CaptureRequest+Key) Method

Definition

Get a capture request field value.

[Android.Runtime.Register("get", "(Landroid/hardware/camera2/CaptureRequest$Key;)Ljava/lang/Object;", "")]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public Java.Lang.Object? Get (Android.Hardware.Camera2.CaptureRequest.Key? key);
[<Android.Runtime.Register("get", "(Landroid/hardware/camera2/CaptureRequest$Key;)Ljava/lang/Object;", "")>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
member this.Get : Android.Hardware.Camera2.CaptureRequest.Key -> Java.Lang.Object

Parameters

key
CaptureRequest.Key

The result field to read.

Returns

The value of that key, or null if the field is not set.

Attributes

Remarks

Java documentation for android.hardware.camera2.CaptureRequest.get(android.hardware.camera2.Key).

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