H264CodecLevel
public enum H264CodecLevel : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case auto = "AUTO" -
Undocumented
Declaration
Swift
case level1 = "LEVEL_1" -
Undocumented
Declaration
Swift
case level11 = "LEVEL_1_1" -
Undocumented
Declaration
Swift
case level12 = "LEVEL_1_2" -
Undocumented
Declaration
Swift
case level13 = "LEVEL_1_3" -
Undocumented
Declaration
Swift
case level2 = "LEVEL_2" -
Undocumented
Declaration
Swift
case level21 = "LEVEL_2_1" -
Undocumented
Declaration
Swift
case level22 = "LEVEL_2_2" -
Undocumented
Declaration
Swift
case level3 = "LEVEL_3" -
Undocumented
Declaration
Swift
case level31 = "LEVEL_3_1" -
Undocumented
Declaration
Swift
case level32 = "LEVEL_3_2" -
Undocumented
Declaration
Swift
case level4 = "LEVEL_4" -
Undocumented
Declaration
Swift
case level41 = "LEVEL_4_1" -
Undocumented
Declaration
Swift
case level42 = "LEVEL_4_2" -
Undocumented
Declaration
Swift
case level5 = "LEVEL_5" -
Undocumented
Declaration
Swift
case level51 = "LEVEL_5_1" -
Undocumented
Declaration
Swift
case level52 = "LEVEL_5_2" -
Declaration
Swift
public var description: String { get }
View on GitHub
H264CodecLevel Enumeration Reference