Package org.webrtc

Class RtpParameters.Rtcp

java.lang.Object
org.webrtc.RtpParameters.Rtcp
Enclosing class:
RtpParameters

public static class RtpParameters.Rtcp extends Object
  • Field Details

    • cname

      private final String cname
      The Canonical Name used by RTCP
    • reducedSize

      private final boolean reducedSize
      Whether reduced size RTCP is configured or compound RTCP
  • Constructor Details

    • Rtcp

      Rtcp(String cname, boolean reducedSize)
  • Method Details

    • getCname

      public String getCname()
    • getReducedSize

      public boolean getReducedSize()