FLVFrameType
public enum FLVFrameType : UInt8
The type of flv supports video frame types.
-
The keyframe.
Declaration
Swift
case key = 1
-
The inter frame.
Declaration
Swift
case inter = 2
-
The disposable inter frame.
Declaration
Swift
case disposable = 3
-
The generated keydrame.
Declaration
Swift
case generated = 4
-
The video info or command frame.
Declaration
Swift
case command = 5