FLVAudioCodec

public enum FLVAudioCodec : UInt8

Undocumented

  • pcm

    Undocumented

    Declaration

    Swift

    case pcm = 0
  • Undocumented

    Declaration

    Swift

    case adpcm = 1
  • mp3

    Undocumented

    Declaration

    Swift

    case mp3 = 2
  • Undocumented

    Declaration

    Swift

    case pcmle = 3
  • Undocumented

    Declaration

    Swift

    case nellymoser16K = 4
  • Undocumented

    Declaration

    Swift

    case nellymoser8K = 5
  • Undocumented

    Declaration

    Swift

    case nellymoser = 6
  • Undocumented

    Declaration

    Swift

    case g711A = 7
  • Undocumented

    Declaration

    Swift

    case g711MU = 8
  • aac

    Undocumented

    Declaration

    Swift

    case aac = 10
  • Undocumented

    Declaration

    Swift

    case speex = 11
  • Undocumented

    Declaration

    Swift

    case mp3_8k = 14
  • Undocumented

    Declaration

    Swift

    case unknown = 0xFF