Contents

externalSyncDevice

The external sync device currently being followed by this input.

Declaration

var externalSyncDevice: AVExternalSyncDevice? { get }

Discussion

This readonly property returns the AVExternalSyncDevice instance you provided in follow(_:videoFrameDuration:delegate:). This property returns nil when an external sync device is disconnected or fails to calibrate.

See Also

Synchronizing with external devices