webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Public Attributes | List of all members
org.webrtc.RtpParameters Class Reference

Classes

class  Codec
 
class  Encoding
 

Public Member Functions

 RtpParameters ()
 

Public Attributes

final LinkedList< Encoding > encodings
 
final LinkedList< Codec > codecs
 

Detailed Description

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".

Constructor & Destructor Documentation

◆ RtpParameters()

org.webrtc.RtpParameters.RtpParameters ( )
inline

Member Data Documentation

◆ codecs

final LinkedList<Codec> org.webrtc.RtpParameters.codecs

◆ encodings

final LinkedList<Encoding> org.webrtc.RtpParameters.encodings

The documentation for this class was generated from the following file: