FLVAACPacketType

public enum FLVAACPacketType : UInt8

The type of flv supports aac packet types.

  • seq

    The sequence data.

    Declaration

    Swift

    case seq = 0
  • raw

    The raw data.

    Declaration

    Swift

    case raw = 1