Package tvi.webrtc
Class RtpParameters
java.lang.Object
tvi.webrtc.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
Modifier and TypeClassDescriptionstatic class
static enum
static class
static class
static class
-
Field Summary
Modifier 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
-