VideoCodec
public enum VideoCodec : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case frameCapture = "FRAME_CAPTURE"
-
Undocumented
Declaration
Swift
case av1 = "AV1"
-
Undocumented
Declaration
Swift
case h264 = "H_264"
-
Undocumented
Declaration
Swift
case h265 = "H_265"
-
Undocumented
Declaration
Swift
case mpeg2 = "MPEG2"
-
Undocumented
Declaration
Swift
case prores = "PRORES"
-
Undocumented
Declaration
Swift
case vp8 = "VP8"
-
Undocumented
Declaration
Swift
case vp9 = "VP9"
-
Declaration
Swift
public var description: String { get }