public final class AVCaptureCenterStageControlMode
extends java.lang.Object
Constants indicating the current Center Stage control mode.
[@constant] AVCaptureCenterStageControlModeUser Indicates that the application is unaware of the Center Stage feature. Its enablement is entirely under user control in Control Center. [@constant] AVCaptureCenterStageControlModeApp Indicates that the application controls the Center Stage feature, disallowing input from the user in Control Center. [@constant] AVCaptureCenterStageControlModeCooperative Indicates that both the user and application cooperatively share control of the Center Stage feature.
| Modifier and Type | Field and Description |
|---|---|
static long |
App |
static long |
Cooperative |
static long |
User |
public static final long User
public static final long App
public static final long Cooperative