#include <streamparams.h>
|
bool | operator== (const StreamParams &other) const |
|
bool | operator!= (const StreamParams &other) const |
|
uint32_t | first_ssrc () const |
|
bool | has_ssrcs () const |
|
bool | has_ssrc (uint32_t ssrc) const |
|
void | add_ssrc (uint32_t ssrc) |
|
bool | has_ssrc_groups () const |
|
bool | has_ssrc_group (const std::string &semantics) const |
|
const SsrcGroup * | get_ssrc_group (const std::string &semantics) const |
|
bool | AddFidSsrc (uint32_t primary_ssrc, uint32_t fid_ssrc) |
|
bool | GetFidSsrc (uint32_t primary_ssrc, uint32_t *fid_ssrc) const |
|
bool | AddFecFrSsrc (uint32_t primary_ssrc, uint32_t fecfr_ssrc) |
|
bool | GetFecFrSsrc (uint32_t primary_ssrc, uint32_t *fecfr_ssrc) const |
|
void | GetPrimarySsrcs (std::vector< uint32_t > *ssrcs) const |
|
void | GetFidSsrcs (const std::vector< uint32_t > &primary_ssrcs, std::vector< uint32_t > *fid_ssrcs) const |
|
std::string | ToString () const |
|
bool | operator== (const StreamParams &other) const |
|
bool | operator!= (const StreamParams &other) const |
|
uint32_t | first_ssrc () const |
|
bool | has_ssrcs () const |
|
bool | has_ssrc (uint32_t ssrc) const |
|
void | add_ssrc (uint32_t ssrc) |
|
bool | has_ssrc_groups () const |
|
bool | has_ssrc_group (const std::string &semantics) const |
|
const SsrcGroup * | get_ssrc_group (const std::string &semantics) const |
|
bool | AddFidSsrc (uint32_t primary_ssrc, uint32_t fid_ssrc) |
|
bool | GetFidSsrc (uint32_t primary_ssrc, uint32_t *fid_ssrc) const |
|
bool | AddFecFrSsrc (uint32_t primary_ssrc, uint32_t fecfr_ssrc) |
|
bool | GetFecFrSsrc (uint32_t primary_ssrc, uint32_t *fecfr_ssrc) const |
|
void | GetPrimarySsrcs (std::vector< uint32_t > *ssrcs) const |
|
void | GetFidSsrcs (const std::vector< uint32_t > &primary_ssrcs, std::vector< uint32_t > *fid_ssrcs) const |
|
std::string | ToString () const |
|
◆ add_ssrc() [1/2]
◆ add_ssrc() [2/2]
◆ AddFecFrSsrc() [1/2]
bool cricket::StreamParams::AddFecFrSsrc |
( |
uint32_t |
primary_ssrc, |
|
|
uint32_t |
fecfr_ssrc |
|
) |
| |
|
inline |
◆ AddFecFrSsrc() [2/2]
bool cricket::StreamParams::AddFecFrSsrc |
( |
uint32_t |
primary_ssrc, |
|
|
uint32_t |
fecfr_ssrc |
|
) |
| |
|
inline |
◆ AddFidSsrc() [1/2]
bool cricket::StreamParams::AddFidSsrc |
( |
uint32_t |
primary_ssrc, |
|
|
uint32_t |
fid_ssrc |
|
) |
| |
|
inline |
◆ AddFidSsrc() [2/2]
bool cricket::StreamParams::AddFidSsrc |
( |
uint32_t |
primary_ssrc, |
|
|
uint32_t |
fid_ssrc |
|
) |
| |
|
inline |
◆ CreateLegacy() [1/2]
◆ CreateLegacy() [2/2]
◆ first_ssrc() [1/2]
uint32_t cricket::StreamParams::first_ssrc |
( |
| ) |
const |
|
inline |
◆ first_ssrc() [2/2]
uint32_t cricket::StreamParams::first_ssrc |
( |
| ) |
const |
|
inline |
◆ get_ssrc_group() [1/2]
◆ get_ssrc_group() [2/2]
◆ GetFecFrSsrc() [1/2]
bool cricket::StreamParams::GetFecFrSsrc |
( |
uint32_t |
primary_ssrc, |
|
|
uint32_t * |
fecfr_ssrc |
|
) |
| const |
|
inline |
◆ GetFecFrSsrc() [2/2]
bool cricket::StreamParams::GetFecFrSsrc |
( |
uint32_t |
primary_ssrc, |
|
|
uint32_t * |
fecfr_ssrc |
|
) |
| const |
|
inline |
◆ GetFidSsrc() [1/2]
bool cricket::StreamParams::GetFidSsrc |
( |
uint32_t |
primary_ssrc, |
|
|
uint32_t * |
fid_ssrc |
|
) |
| const |
|
inline |
◆ GetFidSsrc() [2/2]
bool cricket::StreamParams::GetFidSsrc |
( |
uint32_t |
primary_ssrc, |
|
|
uint32_t * |
fid_ssrc |
|
) |
| const |
|
inline |
◆ GetFidSsrcs() [1/2]
void cricket::StreamParams::GetFidSsrcs |
( |
const std::vector< uint32_t > & |
primary_ssrcs, |
|
|
std::vector< uint32_t > * |
fid_ssrcs |
|
) |
| const |
◆ GetFidSsrcs() [2/2]
void cricket::StreamParams::GetFidSsrcs |
( |
const std::vector< uint32_t > & |
primary_ssrcs, |
|
|
std::vector< uint32_t > * |
fid_ssrcs |
|
) |
| const |
◆ GetPrimarySsrcs() [1/2]
void cricket::StreamParams::GetPrimarySsrcs |
( |
std::vector< uint32_t > * |
ssrcs | ) |
const |
◆ GetPrimarySsrcs() [2/2]
void cricket::StreamParams::GetPrimarySsrcs |
( |
std::vector< uint32_t > * |
ssrcs | ) |
const |
◆ has_ssrc() [1/2]
bool cricket::StreamParams::has_ssrc |
( |
uint32_t |
ssrc | ) |
const |
|
inline |
◆ has_ssrc() [2/2]
bool cricket::StreamParams::has_ssrc |
( |
uint32_t |
ssrc | ) |
const |
|
inline |
◆ has_ssrc_group() [1/2]
bool cricket::StreamParams::has_ssrc_group |
( |
const std::string & |
semantics | ) |
const |
|
inline |
◆ has_ssrc_group() [2/2]
bool cricket::StreamParams::has_ssrc_group |
( |
const std::string & |
semantics | ) |
const |
|
inline |
◆ has_ssrc_groups() [1/2]
bool cricket::StreamParams::has_ssrc_groups |
( |
| ) |
const |
|
inline |
◆ has_ssrc_groups() [2/2]
bool cricket::StreamParams::has_ssrc_groups |
( |
| ) |
const |
|
inline |
◆ has_ssrcs() [1/2]
bool cricket::StreamParams::has_ssrcs |
( |
| ) |
const |
|
inline |
◆ has_ssrcs() [2/2]
bool cricket::StreamParams::has_ssrcs |
( |
| ) |
const |
|
inline |
◆ operator!=() [1/2]
bool cricket::StreamParams::operator!= |
( |
const StreamParams & |
other | ) |
const |
|
inline |
◆ operator!=() [2/2]
bool cricket::StreamParams::operator!= |
( |
const StreamParams & |
other | ) |
const |
|
inline |
◆ operator==() [1/2]
bool cricket::StreamParams::operator== |
( |
const StreamParams & |
other | ) |
const |
|
inline |
◆ operator==() [2/2]
bool cricket::StreamParams::operator== |
( |
const StreamParams & |
other | ) |
const |
|
inline |
◆ ToString() [1/2]
◆ ToString() [2/2]
◆ cname
◆ display
◆ groupid
◆ id
◆ ssrc_groups
std::vector< SsrcGroup > cricket::StreamParams::ssrc_groups |
◆ ssrcs
std::vector< uint32_t > cricket::StreamParams::ssrcs |
◆ sync_label
◆ type
The documentation for this struct was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/media/base/streamparams.h
- Source/ThirdParty/libwebrtc/Source/webrtc/media/base/streamparams.cc