Package org.webrtc

Class RtpParameters.HeaderExtension

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

public static class RtpParameters.HeaderExtension extends Object
  • Field Details

    • uri

      private final String uri
      The URI of the RTP header extension, as defined in RFC5285.
    • id

      private final int id
      The value put in the RTP packet to identify the header extension.
    • encrypted

      private final boolean encrypted
      Whether the header extension is encrypted or not.
  • Constructor Details

    • HeaderExtension

      HeaderExtension(String uri, int id, boolean encrypted)
  • Method Details

    • getUri

      public String getUri()
    • getId

      public int getId()
    • getEncrypted

      public boolean getEncrypted()