Sprache

CameraCaptureSession.IsReprocessable Property

Definition

Return if the application can submit reprocess capture requests with this camera capture session.

public abstract bool IsReprocessable { [Android.Runtime.Register("isReprocessable", "()Z", "GetIsReprocessableHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("isReprocessable", "()Z", "GetIsReprocessableHandler", ApiSince=23)>]
member this.IsReprocessable : bool

Property Value

true if the application can submit reprocess capture requests with this camera capture session. false otherwise.

Attributes

Remarks

Return if the application can submit reprocess capture requests with this camera capture session.

Android reference for android.hardware.camera2.CameraCaptureSession.isReprocessable.

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