FLVSoundSize

public enum FLVSoundSize : UInt8

The type of flv supports audio sound size.

  • The 8bit sound.

    Declaration

    Swift

    case snd8bit = 0
  • The 16bit sound.

    Declaration

    Swift

    case snd16bit = 1