AVCaptureVideoDataOutputSampleBufferDelegate.DidDropSampleBuffer Method

Definition

Method invoked when a sample buffer has been dropped.

[Foundation.Export("captureOutput:didDropSampleBuffer:fromConnection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidDropSampleBuffer (AVFoundation.AVCaptureOutput captureOutput, CoreMedia.CMSampleBuffer sampleBuffer, AVFoundation.AVCaptureConnection connection);
abstract member DidDropSampleBuffer : AVFoundation.AVCaptureOutput * CoreMedia.CMSampleBuffer * AVFoundation.AVCaptureConnection -> unit
override this.DidDropSampleBuffer : AVFoundation.AVCaptureOutput * CoreMedia.CMSampleBuffer * AVFoundation.AVCaptureConnection -> unit

Parameters

captureOutput
AVCaptureOutput

The capture output on which the frame was captured.

sampleBuffer
CMSampleBuffer

Buffer containing information about the dropped frame; No video data is actually included.

connection
AVCaptureConnection

The connection on which the video frame was received.

Attributes

Applies to