sampleBufferWasDropped
A Boolean value indicating whether sample buffers were discarded between capture and processing.
Declaration
var sampleBufferWasDropped: Bool { get }Discussion
If this value is true, sample buffers were captured for this synchronization point but could not be delivered. This situation differs from that where no sample buffer capture for the synchronization timestamp occurs. In that case, there is no AVCaptureSynchronizedSampleBufferData object present in the AVCaptureSynchronizedDataCollection object delivered to your delegate method.