CaptureFailure.Request Property

Definition

Get the request associated with this failed capture.

public virtual Android.Hardware.Camera2.CaptureRequest Request { [Android.Runtime.Register("getRequest", "()Landroid/hardware/camera2/CaptureRequest;", "GetGetRequestHandler")] get; }
[<get: Android.Runtime.Register("getRequest", "()Landroid/hardware/camera2/CaptureRequest;", "GetGetRequestHandler")>]
member this.Request : Android.Hardware.Camera2.CaptureRequest

Property Value

CaptureRequest

The request associated with this failed capture. Never null.

Attributes

Remarks

Java documentation for android.hardware.camera2.CaptureFailure.getRequest().

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