- java.lang.Object
-
- dev.onvoid.webrtc.RTCRtpParameters
-
- dev.onvoid.webrtc.RTCRtpSendParameters
-
public class RTCRtpSendParameters extends RTCRtpParameters
Specifies RTP and RTCP parameters for anRTCRtpSender.- Author:
- Alex Andres
-
-
Field Summary
Fields Modifier and Type Field Description List<RTCRtpEncodingParameters>encodingsA list containing parameters for RTP encodings of media.StringtransactionIdAn unique identifier for the last set of parameters applied.-
Fields inherited from class dev.onvoid.webrtc.RTCRtpParameters
codecs, headerExtensions, rtcp
-
-
Constructor Summary
Constructors Constructor Description RTCRtpSendParameters()
-
-
-
Field Detail
-
transactionId
public String transactionId
An unique identifier for the last set of parameters applied. Ensures that setParameters can only be called based on a previous getParameters, and that there are no intervening changes.
-
encodings
public List<RTCRtpEncodingParameters> encodings
A list containing parameters for RTP encodings of media.
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classRTCRtpParameters
-
-