CaptureResult.Get(CaptureResult+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 result field value.
[Android.Runtime.Register("get", "(Landroid/hardware/camera2/CaptureResult$Key;)Ljava/lang/Object;", "GetGet_Landroid_hardware_camera2_CaptureResult_Key_Handler")]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public virtual Java.Lang.Object? Get (Android.Hardware.Camera2.CaptureResult.Key? key);
[<Android.Runtime.Register("get", "(Landroid/hardware/camera2/CaptureResult$Key;)Ljava/lang/Object;", "GetGet_Landroid_hardware_camera2_CaptureResult_Key_Handler")>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
abstract member Get : Android.Hardware.Camera2.CaptureResult.Key -> Java.Lang.Object
override this.Get : Android.Hardware.Camera2.CaptureResult.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.CaptureResult.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.