AVCaptureVideoDataOutput.SetSampleBufferDelegate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
參數
- 屬性