Package org.webrtc
Class RtpParameters.HeaderExtension
java.lang.Object
org.webrtc.RtpParameters.HeaderExtension
- Enclosing class:
- RtpParameters
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
uri
The URI of the RTP header extension, as defined in RFC5285. -
id
private final int idThe value put in the RTP packet to identify the header extension. -
encrypted
private final boolean encryptedWhether the header extension is encrypted or not.
-
-
Constructor Details
-
HeaderExtension
HeaderExtension(String uri, int id, boolean encrypted)
-
-
Method Details
-
getUri
-
getId
public int getId() -
getEncrypted
public boolean getEncrypted()
-