FLVVideoCodec
public enum FLVVideoCodec : UInt8
The type of flv supports video codecs.
-
The JPEG codec.
Declaration
Swift
case jpeg = 1
-
The Sorenson H263 codec.
Declaration
Swift
case sorensonH263 = 2
-
The Screen video codec.
Declaration
Swift
case screen1 = 3
-
The On2 VP6 codec.
Declaration
Swift
case on2VP6 = 4
-
The On2 VP6 with alpha channel codec.
Declaration
Swift
case on2VP6Alpha = 5
-
The Screen video version2 codec.
Declaration
Swift
case screen2 = 6
-
The AVC codec.
Declaration
Swift
case avc = 7
-
The unknown codec.
Declaration
Swift
case unknown = 0xFF