Contents

synchronizedData(for:)

Returns synchronized data captured by the specified capture output.

Declaration

func synchronizedData(for captureOutput: AVCaptureOutput) -> AVCaptureSynchronizedData?

Parameters

  • captureOutput:

    The capture output for which to retrieve data.

Return Value

A synchronized data object corresponding to the specified capture output.

See Also

Accessing synchronized data