Contents

isCenterStageEnabled

A Boolean value that indicates whether a user or an app enabled Center Stage on a device.

Declaration

class var isCenterStageEnabled: Bool { get set }

Discussion

You can only set this value when Center Stage is under app or cooperative control. Attempting to change the enabled state when the control mode is AVCaptureDevice.CenterStageControlMode.user, results in the system throwing an exception.

See Also

Configuring Center Stage