webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
class | Codec |
class | Encoding |
Public Member Functions | |
RtpParameters () | |
Public Attributes | |
final LinkedList< Encoding > | encodings |
final LinkedList< Codec > | codecs |
The parameters for an
, 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".
|
inline |
final LinkedList<Codec> org.webrtc.RtpParameters.codecs |
final LinkedList<Encoding> org.webrtc.RtpParameters.encodings |