AudioCodecFormat

public enum AudioCodecFormat

The type of the AudioCodec supports format.

  • aac

    The AAC format.

    Declaration

    Swift

    case aac
  • pcm

    The PCM format.

    Declaration

    Swift

    case pcm