CameraMode
public enum CameraMode : String
Constants to represent the various supported video modes
-
Small Video
Declaration
Swift
case small = "SMALL" -
Medium
Declaration
Swift
case medium = "MEDIUM" -
Large Video
Declaration
Swift
case large = "LARGE" -
HD1 video (720p)
Declaration
Swift
case hd1 = "HD1" -
HD2 video (1080p) – 1920 wide x 1080 tall
Declaration
Swift
case hd2 = "HD2" -
HD3 Video
Declaration
Swift
case hd3 = "HD3" -
4K video (4K) – 3840 wide x 2160 tall
Declaration
Swift
case fourK = "4K HIGH"