AVCaptureVideoDataOutputSampleBufferDelegate_Extensions.DidDropSampleBuffer Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidDropSampleBuffer (this AVFoundation.IAVCaptureVideoDataOutputSampleBufferDelegate This, AVFoundation.AVCaptureOutput captureOutput, CoreMedia.CMSampleBuffer sampleBuffer, AVFoundation.AVCaptureConnection connection);
static member DidDropSampleBuffer : AVFoundation.IAVCaptureVideoDataOutputSampleBufferDelegate * AVFoundation.AVCaptureOutput * CoreMedia.CMSampleBuffer * AVFoundation.AVCaptureConnection -> unit

Parameters

This
IAVCaptureVideoDataOutputSampleBufferDelegate

The instance on which this extension method operates.

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