H265LookAheadRateControl
public enum H265LookAheadRateControl : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case high = "HIGH"
-
Undocumented
Declaration
Swift
case low = "LOW"
-
Undocumented
Declaration
Swift
case medium = "MEDIUM"
-
Declaration
Swift
public var description: String { get }