Package tvi.webrtc

Class RtpParameters


  • public class RtpParameters
    extends java.lang.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".