ALCameraMode
@MainActor
public enum ALCameraMode : Equatable
The camera mode.
-
Auto capture mode.
Declaration
Swift
case auto -
Manual capture mode.
Declaration
Swift
case manual(() -> Void) -
Equatable implementation.
Declaration
Swift
nonisolated public static func == (lhs: `Self`, rhs: `Self`) -> Bool
View on GitHub