OrientationCorrection
public enum OrientationCorrection : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case rotate0 = "ROTATE_0"
-
Undocumented
Declaration
Swift
case rotate90 = "ROTATE_90"
-
Undocumented
Declaration
Swift
case rotate180 = "ROTATE_180"
-
Undocumented
Declaration
Swift
case rotate270 = "ROTATE_270"
-
Declaration
Swift
public var description: String { get }