- java.lang.Object
-
- dev.onvoid.webrtc.RTCRtpHeaderExtensionCapability
-
public class RTCRtpHeaderExtensionCapability extends Object
Describes supported RTP header extensions.- Author:
- Alex Andres
-
-
Constructor Summary
Constructors Constructor Description RTCRtpHeaderExtensionCapability(String uri)Creates an instance of RTCRtpHeaderExtensionCapability with the specified RTP header extension URI.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUri()Returns the URI of the supported RTP header extension by the system.StringtoString()
-
-
-
Constructor Detail
-
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.
-
-