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

#include <rtpparameters.h>

Public Member Functions

bool operator== (const RtpParameters &o) const
 
bool operator!= (const RtpParameters &o) const
 
bool operator== (const RtpParameters &o) const
 
bool operator!= (const RtpParameters &o) const
 

Public Attributes

std::string transaction_id
 
std::string mid
 
std::vector< RtpCodecParameterscodecs
 
std::vector< RtpHeaderExtensionParametersheader_extensions
 
std::vector< RtpEncodingParametersencodings
 
DegradationPreference degradation_preference
 

Member Function Documentation

◆ operator!=() [1/2]

bool webrtc::RtpParameters::operator!= ( const RtpParameters o) const
inline

◆ operator!=() [2/2]

bool webrtc::RtpParameters::operator!= ( const RtpParameters o) const
inline

◆ operator==() [1/2]

bool webrtc::RtpParameters::operator== ( const RtpParameters o) const
inline

◆ operator==() [2/2]

bool webrtc::RtpParameters::operator== ( const RtpParameters o) const
inline

Member Data Documentation

◆ codecs

std::vector< RtpCodecParameters > webrtc::RtpParameters::codecs

◆ degradation_preference

DegradationPreference webrtc::RtpParameters::degradation_preference

◆ encodings

std::vector< RtpEncodingParameters > webrtc::RtpParameters::encodings

◆ header_extensions

std::vector< RtpHeaderExtensionParameters > webrtc::RtpParameters::header_extensions

◆ mid

std::string webrtc::RtpParameters::mid

◆ transaction_id

std::string webrtc::RtpParameters::transaction_id

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