H264CodecProfile
public enum H264CodecProfile : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case baseline = "BASELINE"
-
Undocumented
Declaration
Swift
case high = "HIGH"
-
Undocumented
Declaration
Swift
case high10Bit = "HIGH_10BIT"
-
Undocumented
Declaration
Swift
case high422 = "HIGH_422"
-
Undocumented
Declaration
Swift
case high42210Bit = "HIGH_422_10BIT"
-
Undocumented
Declaration
Swift
case main = "MAIN"
-
Declaration
Swift
public var description: String { get }