Module webrtc.java

Class RTCRtpHeaderExtensionCapability

java.lang.Object
dev.onvoid.webrtc.RTCRtpHeaderExtensionCapability

public class RTCRtpHeaderExtensionCapability extends Object
Describes supported RTP header extensions.
Author:
Alex Andres
  • Constructor Details

    • RTCRtpHeaderExtensionCapability

      public RTCRtpHeaderExtensionCapability(String uri)
      Creates an instance of RTCRtpHeaderExtensionCapability with the specified RTP header extension URI.
      Parameters:
      uri - The URI of the RTP header extension.
  • Method Details

    • getUri

      public String getUri()
      Returns the URI of the supported RTP header extension by the system.
      Returns:
      The URI of the RTP header extension.
    • toString

      public String toString()
      Overrides:
      toString in class Object