AVCaptureAudioDataOutputSampleBufferDelegate_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.
Caution
This member only exists for 'AVCaptureVideoDataOutputSampleBufferDelegate'.
[System.Obsolete("This member only exists for 'AVCaptureVideoDataOutputSampleBufferDelegate'.")]
public static void DidDropSampleBuffer (AVFoundation.IAVCaptureAudioDataOutputSampleBufferDelegate This, AVFoundation.AVCaptureOutput captureOutput, CoreMedia.CMSampleBuffer sampleBuffer, AVFoundation.AVCaptureConnection connection);
static member DidDropSampleBuffer : AVFoundation.IAVCaptureAudioDataOutputSampleBufferDelegate * AVFoundation.AVCaptureOutput * CoreMedia.CMSampleBuffer * AVFoundation.AVCaptureConnection -> unit
Parameters
The instance on which this extension method operates.
- captureOutput
- AVCaptureOutput
- sampleBuffer
- CMSampleBuffer
- connection
- AVCaptureConnection
- Attributes