AVPFMode

public enum AVPFMode : Int

Enum describing RTP AVPF activation modes.

  • Use default value defined at upper level.

    Declaration

    Swift

    case Default = -1
  • AVPF is disabled.

    Declaration

    Swift

    case Disabled = 0
  • AVPF is enabled.

    Declaration

    Swift

    case Enabled = 1