IAVCaptureDataOutputSynchronizerDelegate.DidOutputSynchronizedDataCollection 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.
Developers implement this method to respond when collections of synchronized capture data arrive.
[Foundation.Export("dataOutputSynchronizer:didOutputSynchronizedDataCollection:")]
[Foundation.Preserve(Conditional=true)]
public void DidOutputSynchronizedDataCollection (AVFoundation.AVCaptureDataOutputSynchronizer synchronizer, AVFoundation.AVCaptureSynchronizedDataCollection synchronizedDataCollection);
public void DidOutputSynchronizedDataCollection (AVFoundation.AVCaptureDataOutputSynchronizer synchronizer, AVFoundation.AVCaptureSynchronizedDataCollection synchronizedDataCollection);
abstract member DidOutputSynchronizedDataCollection : AVFoundation.AVCaptureDataOutputSynchronizer * AVFoundation.AVCaptureSynchronizedDataCollection -> unit
Parameters
- synchronizer
- AVCaptureDataOutputSynchronizer
The synchronizer that provided the data.
- synchronizedDataCollection
- AVCaptureSynchronizedDataCollection
The collection of synchronized data.
- Attributes