DeinterlaceAlgorithm
public enum DeinterlaceAlgorithm : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case interpolate = "INTERPOLATE" -
Undocumented
Declaration
Swift
case interpolateTicker = "INTERPOLATE_TICKER" -
Undocumented
Declaration
Swift
case blend = "BLEND" -
Undocumented
Declaration
Swift
case blendTicker = "BLEND_TICKER" -
Declaration
Swift
public var description: String { get }
View on GitHub
DeinterlaceAlgorithm Enumeration Reference