AVCaptureVideoDataOutputSampleBufferDelegate.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.
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