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

#include <streamparams.h>

Public Member Functions

 SsrcGroup (const std::string &usage, const std::vector< uint32_t > &ssrcs)
 
bool operator== (const SsrcGroup &other) const
 
bool operator!= (const SsrcGroup &other) const
 
bool has_semantics (const std::string &semantics) const
 
std::string ToString () const
 
 SsrcGroup (const std::string &usage, const std::vector< uint32_t > &ssrcs)
 
bool operator== (const SsrcGroup &other) const
 
bool operator!= (const SsrcGroup &other) const
 
bool has_semantics (const std::string &semantics) const
 
std::string ToString () const
 

Public Attributes

std::string semantics
 
std::vector< uint32_tssrcs
 

Constructor & Destructor Documentation

◆ SsrcGroup() [1/2]

cricket::SsrcGroup::SsrcGroup ( const std::string usage,
const std::vector< uint32_t > &  ssrcs 
)
inline

◆ SsrcGroup() [2/2]

cricket::SsrcGroup::SsrcGroup ( const std::string usage,
const std::vector< uint32_t > &  ssrcs 
)
inline

Member Function Documentation

◆ has_semantics() [1/2]

bool cricket::SsrcGroup::has_semantics ( const std::string semantics) const

◆ has_semantics() [2/2]

bool cricket::SsrcGroup::has_semantics ( const std::string semantics) const

◆ operator!=() [1/2]

bool cricket::SsrcGroup::operator!= ( const SsrcGroup other) const
inline

◆ operator!=() [2/2]

bool cricket::SsrcGroup::operator!= ( const SsrcGroup other) const
inline

◆ operator==() [1/2]

bool cricket::SsrcGroup::operator== ( const SsrcGroup other) const
inline

◆ operator==() [2/2]

bool cricket::SsrcGroup::operator== ( const SsrcGroup other) const
inline

◆ ToString() [1/2]

std::string cricket::SsrcGroup::ToString ( ) const

◆ ToString() [2/2]

std::string cricket::SsrcGroup::ToString ( ) const

Member Data Documentation

◆ semantics

std::string cricket::SsrcGroup::semantics

◆ ssrcs

std::vector< uint32_t > cricket::SsrcGroup::ssrcs

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