AVCaptureVideoDataOutput.SetSampleBufferDelegate 方法

定义

注意

Use overload accepting a 'IAVCaptureVideoDataOutputSampleBufferDelegate'.

设置委托对象并指定 DispatchQueue 回调发生时的 。

[Foundation.Export("setSampleBufferDelegate:queue:")]
[System.Obsolete("Use overload accepting a 'IAVCaptureVideoDataOutputSampleBufferDelegate'.", false)]
public virtual void SetSampleBufferDelegate (AVFoundation.AVCaptureVideoDataOutputSampleBufferDelegate sampleBufferDelegate, CoreFoundation.DispatchQueue sampleBufferCallbackQueue);
abstract member SetSampleBufferDelegate : AVFoundation.AVCaptureVideoDataOutputSampleBufferDelegate * CoreFoundation.DispatchQueue -> unit
override this.SetSampleBufferDelegate : AVFoundation.AVCaptureVideoDataOutputSampleBufferDelegate * CoreFoundation.DispatchQueue -> unit

参数

sampleBufferDelegate
AVCaptureVideoDataOutputSampleBufferDelegate

内容待定。

此参数可以为 null

sampleBufferCallbackQueue
DispatchQueue

内容待定。

此参数可以为 null

属性

适用于