CaptureRequest.Get(CaptureRequest+Key) Method
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.
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
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.