Share via


AVCaptureOutputDataDroppedReason Enum

Definition

Enumerates reasons for dropped capture data.

[ObjCRuntime.Native]
public enum AVCaptureOutputDataDroppedReason
[<ObjCRuntime.Native>]
type AVCaptureOutputDataDroppedReason = 
Inheritance
AVCaptureOutputDataDroppedReason
Attributes

Fields

Name Value Description
None 0

Indicates that no data was dropped.

LateData 1

Indicates that data was dropped because it were too late.

OutOfBuffers 2

Indicates that buffer memory is full.

Discontinuity 3

Indicates that the device was too busy to capture data.

Applies to