ScalingMode
public enum ScalingMode : String, Codable, Sendable
The scaling mode.
-
kVTScalingMode_Normal
Declaration
Swift
case normal = "Normal"
-
kVTScalingMode_Letterbox
Declaration
Swift
case letterbox = "Letterbox"
-
kVTScalingMode_CropSourceToCleanAperture
Declaration
Swift
case cropSourceToCleanAperture = "CropSourceToCleanAperture"
-
kVTScalingMode_Trim
Declaration
Swift
case trim = "Trim"