Package com.telnyx.webrtc.lib
Class RtpParameters
java.lang.Object
com.telnyx.webrtc.lib.RtpParameters
The parameters for an
RtpSender, as defined in
http://w3c.github.io/webrtc-pc/#rtcrtpsender-interface.
Note: These structures use nullable Integer/etc. types because in the
future, they may be used to construct ORTC RtpSender/RtpReceivers, in
which case "null" will be used to represent "choose the implementation
default value".-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<RtpParameters.Codec>When bandwidth is constrained and the RtpSender needs to choose between degrading resolution or degrading framerate, degradationPreference indicates which is preferred.final List<RtpParameters.Encoding>final String -
Method Summary
-
Field Details
-
transactionId
-
degradationPreference
When bandwidth is constrained and the RtpSender needs to choose between degrading resolution or degrading framerate, degradationPreference indicates which is preferred. -
encodings
-
codecs
-
-
Method Details
-
getRtcp
-
getHeaderExtensions
-