Mpeg2InterlaceMode
public enum Mpeg2InterlaceMode : 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 }
View on GitHub
Mpeg2InterlaceMode Enumeration Reference