FLVTagType

public enum FLVTagType : UInt8

The type of flv tag.

  • The Audio tag,

    Declaration

    Swift

    case audio = 8
  • The Video tag.

    Declaration

    Swift

    case video = 9
  • The Data tag.

    Declaration

    Swift

    case data = 18