CaptureResult.SequenceId Property
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.
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.