AVCaptureVideoDataOutputSampleBufferDelegate_Extensions.DidOutputSampleBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.