Contents

controlsDelegate

A delegate object that observes changes to the state of capture controls.

Declaration

var controlsDelegate: (any AVCaptureSessionControlsDelegate)? { get }

Discussion

Call the setControlsDelegate(_:queue:) method to set the controls delegate for a session.

See Also

Configuring capture controls