AVCaptureDataOutputSynchronizer.SetDelegate 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.
Sets the delegate and dispatch queue.
[Foundation.Export("setDelegate:queue:")]
public virtual void SetDelegate (AVFoundation.IAVCaptureDataOutputSynchronizerDelegate del, CoreFoundation.DispatchQueue delegateCallbackQueue);
public virtual void SetDelegate (AVFoundation.IAVCaptureDataOutputSynchronizerDelegate del, CoreFoundation.DispatchQueue delegateCallbackQueue);
abstract member SetDelegate : AVFoundation.IAVCaptureDataOutputSynchronizerDelegate * CoreFoundation.DispatchQueue -> unit
override this.SetDelegate : AVFoundation.IAVCaptureDataOutputSynchronizerDelegate * CoreFoundation.DispatchQueue -> unit
Parameters
The delegate to set. May be null
This parameter can be null
.
- Attributes