次の方法で共有


AVCaptureVideoDataOutputSampleBufferDelegate.DidDropSampleBuffer メソッド

定義

サンプル バッファーが削除されたときに呼び出されるメソッド。

[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

パラメーター

captureOutput
AVCaptureOutput

フレームがキャプチャされたキャプチャ出力。

sampleBuffer
CMSampleBuffer

ドロップされたフレームに関する情報を含むバッファー。実際にはビデオ データは含まれません。

connection
AVCaptureConnection

ビデオ フレームを受信した接続。

属性

適用対象