共用方式為


AVCaptureAudioDataOutputSampleBufferDelegate.DidDropSampleBuffer 方法

定義

警告

This member only exists for 'AVCaptureVideoDataOutputSampleBufferDelegate'.

[System.Obsolete("This member only exists for 'AVCaptureVideoDataOutputSampleBufferDelegate'.")]
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

參數

captureOutput
AVCaptureOutput
sampleBuffer
CMSampleBuffer
connection
AVCaptureConnection
屬性

適用於