public class RtpParameters
extends java.lang.Object
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".限定符和类型 | 类和说明 |
---|---|
static class |
RtpParameters.Codec |
static class |
RtpParameters.Encoding |
限定符和类型 | 字段和说明 |
---|---|
java.util.List<RtpParameters.Codec> |
codecs |
java.util.List<RtpParameters.Encoding> |
encodings |
java.lang.String |
transactionId |
public final java.lang.String transactionId
public final java.util.List<RtpParameters.Encoding> encodings
public final java.util.List<RtpParameters.Codec> codecs