Compartir a través de


CaptureResult.SequenceId Property

Definition

The sequence ID for this failure that was returned by the CameraCaptureSession#capture family of functions.

public virtual int SequenceId { [Android.Runtime.Register("getSequenceId", "()I", "GetGetSequenceIdHandler")] get; }
[<get: Android.Runtime.Register("getSequenceId", "()I", "GetGetSequenceIdHandler")>]
member this.SequenceId : int

Property Value

int The ID for the sequence of requests that this capture result is a part of

Attributes

Remarks

The sequence ID for this failure that was returned by the CameraCaptureSession#capture family of functions.

The sequence ID is a unique monotonically increasing value starting from 0, incremented every time a new group of requests is submitted to the CameraDevice.

Java documentation for android.hardware.camera2.CaptureResult.getSequenceId().

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