java.lang.Object
dev.onvoid.webrtc.RTCRtpHeaderExtensionParameters
Enables an application to determine whether a header extension is configured
for use within an RTCRtpSender or RTCRtpReceiver.
- Author:
- Alex Andres
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRTCRtpHeaderExtensionParameters
(String uri, int id, boolean encrypted) Creates an instance of RTCRtpHeaderExtensionParameters with the specified header extension parameters. -
Method Summary
-
Field Details
-
uri
The URI of the RTP header extension. -
id
public final int idThe value put in the RTP packet to identify the header extension. -
encrypted
public final boolean encryptedWhether the header extension is encrypted or not.
-
-
Constructor Details
-
RTCRtpHeaderExtensionParameters
Creates an instance of RTCRtpHeaderExtensionParameters with the specified header extension parameters.- Parameters:
uri
- The URI of the RTP header extension.id
- The value put in the RTP packet to identify the header extension.encrypted
- Whether the header extension is encrypted or not.
-
-
Method Details