isSignalCompensationDelaySupported
Whether adjusting the signal compensation delay property is currently supported.
Declaration
var isSignalCompensationDelaySupported: Bool { get }Discussion
This property returns true if the signalCompensationDelay can be adjusted.
signalCompensationDelay can be adjusted while the AVCaptureSession is not running.
Once the session is running, this property’s value depends on isAdjustingSignalCompensationDelayWhileRunningSupported of the AVCaptureDevice backing the AVCaptureDeviceInput that is following this external sync device. Inspect that property in advance to determine whether signalCompensationDelay will remain adjustable while running on a given device.