Edit

Share via


IAVCaptureDataOutputSynchronizerDelegate.DidOutputSynchronizedDataCollection Method

Definition

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

Applies to