ProresInterlaceMode
public enum ProresInterlaceMode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case progressive = "PROGRESSIVE"
-
Undocumented
Declaration
Swift
case topField = "TOP_FIELD"
-
Undocumented
Declaration
Swift
case bottomField = "BOTTOM_FIELD"
-
Undocumented
Declaration
Swift
case followTopField = "FOLLOW_TOP_FIELD"
-
Undocumented
Declaration
Swift
case followBottomField = "FOLLOW_BOTTOM_FIELD"
-
Declaration
Swift
public var description: String { get }