Edit

Share via


AVCaptureVideoDataOutputSampleBufferDelegate_Extensions.DidOutputSampleBuffer Method

Definition

public static void DidOutputSampleBuffer (this AVFoundation.IAVCaptureVideoDataOutputSampleBufferDelegate This, AVFoundation.AVCaptureOutput captureOutput, CoreMedia.CMSampleBuffer sampleBuffer, AVFoundation.AVCaptureConnection connection);
static member DidOutputSampleBuffer : 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

The video frame data, part of a small finite pool of buffers.

connection
AVCaptureConnection

The connection on which the video frame was received.

Applies to