Language

CaptureRequest.Builder.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 metadata field to read.

Returns

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

Attributes

Remarks

Get a capture request field value. The field definitions can be found in CaptureRequest.

Android reference for android.hardware.camera2.CaptureRequest.Builder.get.

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