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

#include <streamparams.h>

Public Member Functions

 StreamSelector (uint32_t ssrc)
 
 StreamSelector (const std::string &groupid, const std::string &streamid)
 
bool Matches (const StreamParams &stream) const
 
 StreamSelector (uint32_t ssrc)
 
 StreamSelector (const std::string &groupid, const std::string &streamid)
 
bool Matches (const StreamParams &stream) const
 

Public Attributes

uint32_t ssrc
 
std::string groupid
 
std::string streamid
 

Constructor & Destructor Documentation

◆ StreamSelector() [1/4]

cricket::StreamSelector::StreamSelector ( uint32_t  ssrc)
inlineexplicit

◆ StreamSelector() [2/4]

cricket::StreamSelector::StreamSelector ( const std::string groupid,
const std::string streamid 
)
inline

◆ StreamSelector() [3/4]

cricket::StreamSelector::StreamSelector ( uint32_t  ssrc)
inlineexplicit

◆ StreamSelector() [4/4]

cricket::StreamSelector::StreamSelector ( const std::string groupid,
const std::string streamid 
)
inline

Member Function Documentation

◆ Matches() [1/2]

bool cricket::StreamSelector::Matches ( const StreamParams stream) const
inline

◆ Matches() [2/2]

bool cricket::StreamSelector::Matches ( const StreamParams stream) const
inline

Member Data Documentation

◆ groupid

std::string cricket::StreamSelector::groupid

◆ ssrc

uint32_t cricket::StreamSelector::ssrc

◆ streamid

std::string cricket::StreamSelector::streamid

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