Contents

AVCaptureControl

An abstract base class for controls that interact with the camera system.

Declaration

class AVCaptureControl

Mentioned in

Overview

Capture controls provide the interface for interacting with the camera system from the Camera Control button on iPhone 16 devices. The framework provides several concrete subclasses of this class that allow apps to access built-in functionality and define custom controls.

Topics

Setting the enabled state

See Also

Capture controls