Package tvi.webrtc

Class RtpParameters

java.lang.Object
tvi.webrtc.RtpParameters

public class RtpParameters extends Object
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".