AVCaptureVideoDataOutputSampleBufferDelegate_Extensions.DidDropSampleBuffer 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.
[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
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