AVCaptureVideoDataOutput.SetSampleBufferDelegate 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
Use overload accepting a 'IAVCaptureVideoDataOutputSampleBufferDelegate'.
Sets the delegate object and specifies the DispatchQueue on which the callbacks occur.
[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
Parameters
- sampleBufferDelegate
- AVCaptureVideoDataOutputSampleBufferDelegate
To be added.
This parameter can be null
.
- Attributes