LeviLamina
|
Public Types | |
enum class | Type : int { KAudio = 0 , KVideo = 1 } |
enum class | ResiliencyType : int { KNone = 0 , KRed = 1 , KUlpfec = 2 , KFlexfec = 3 , KRtx = 4 } |
Public Member Functions | |
virtual::webrtc::RtpCodecParameters | ToCodecParameters () const |
MCAPI void | AddFeedbackParam (::cricket::FeedbackParam const ¶m) |
MCAPI | Codec (::cricket::Codec &&) |
MCAPI | Codec (::cricket::Codec const &) |
MCAPI | Codec (::cricket::Codec::Type type, int id, ::std::string const &name, int clockrate) |
MCAPI | Codec (::cricket::Codec::Type type, int id, ::std::string const &name, int clockrate, uint64 channels) |
MCAPI bool | GetParam (::std::string const &name, int *out) const |
MCAPI bool | GetParam (::std::string const &name, ::std::string *out) const |
MCAPI::cricket::Codec::ResiliencyType | GetResiliencyType () const |
MCAPI void | IntersectFeedbackParams (::cricket::Codec const &other) |
MCAPI bool | IsMediaCodec () const |
MCAPI bool | IsResiliencyCodec () const |
MCAPI bool | Matches (::cricket::Codec const &codec) const |
MCAPI bool | MatchesRtpCodec (::webrtc::RtpCodec const &codec_capability) const |
MCAPI void | SetParam (::std::string const &name, int value) |
MCAPI void | SetParam (::std::string const &name, ::std::string const &value) |
MCAPI::std::string | ToString () const |
MCAPI::cricket::Codec & | operator= (::cricket::Codec const &) |
MCAPI::cricket::Codec & | operator= (::cricket::Codec &&) |
MCAPI void * | $ctor (::cricket::Codec &&) |
MCAPI void * | $ctor (::cricket::Codec const &) |
MCAPI void * | $ctor (::cricket::Codec::Type type, int id, ::std::string const &name, int clockrate) |
MCAPI void * | $ctor (::cricket::Codec::Type type, int id, ::std::string const &name, int clockrate, uint64 channels) |
MCAPI void | $dtor () |
MCAPI::webrtc::RtpCodecParameters | $ToCodecParameters () const |
Static Public Member Functions | |
static MCAPI void ** | $vftable () |
Public Attributes | |
::ll::UntypedStorage< 4, 4 > | mUnk5f1c96 |
::ll::UntypedStorage< 4, 4 > | mUnk98a0b7 |
::ll::UntypedStorage< 8, 32 > | mUnka5c2d4 |
::ll::UntypedStorage< 4, 4 > | mUnkfa2b23 |
::ll::UntypedStorage< 4, 4 > | mUnk554d30 |
::ll::UntypedStorage< 8, 8 > | mUnkff3fb9 |
::ll::UntypedStorage< 8, 40 > | mUnkb80ab5 |
::ll::UntypedStorage< 8, 48 > | mUnk89b0fc |
::ll::UntypedStorage< 8, 40 > | mUnka1b7da |
::ll::UntypedStorage< 8, 16 > | mUnk60d08e |
::ll::UntypedStorage< 8, 24 > | mUnk5ab74a |
MCAPI cricket::Codec::Codec | ( | ::cricket::Codec && | ) |
MCAPI cricket::Codec::Codec | ( | ::cricket::Codec const & | ) |
MCAPI cricket::Codec::Codec | ( | ::cricket::Codec::Type | type, |
int | id, | ||
::std::string const & | name, | ||
int | clockrate ) |
MCAPI cricket::Codec::Codec | ( | ::cricket::Codec::Type | type, |
int | id, | ||
::std::string const & | name, | ||
int | clockrate, | ||
uint64 | channels ) |
MCAPI void cricket::Codec::AddFeedbackParam | ( | ::cricket::FeedbackParam const & | param | ) |
MCAPI bool cricket::Codec::GetParam | ( | ::std::string const & | name, |
int * | out ) const |
MCAPI bool cricket::Codec::GetParam | ( | ::std::string const & | name, |
::std::string * | out ) const |
MCAPI::cricket::Codec::ResiliencyType cricket::Codec::GetResiliencyType | ( | ) | const |
MCAPI void cricket::Codec::IntersectFeedbackParams | ( | ::cricket::Codec const & | other | ) |
MCAPI bool cricket::Codec::IsMediaCodec | ( | ) | const |
MCAPI bool cricket::Codec::IsResiliencyCodec | ( | ) | const |
MCAPI bool cricket::Codec::Matches | ( | ::cricket::Codec const & | codec | ) | const |
MCAPI bool cricket::Codec::MatchesRtpCodec | ( | ::webrtc::RtpCodec const & | codec_capability | ) | const |
MCAPI void cricket::Codec::SetParam | ( | ::std::string const & | name, |
int | value ) |
MCAPI void cricket::Codec::SetParam | ( | ::std::string const & | name, |
::std::string const & | value ) |
MCAPI::std::string cricket::Codec::ToString | ( | ) | const |
MCAPI::cricket::Codec & cricket::Codec::operator= | ( | ::cricket::Codec const & | ) |
MCAPI::cricket::Codec & cricket::Codec::operator= | ( | ::cricket::Codec && | ) |
MCAPI void * cricket::Codec::$ctor | ( | ::cricket::Codec && | ) |
MCAPI void * cricket::Codec::$ctor | ( | ::cricket::Codec const & | ) |
MCAPI void * cricket::Codec::$ctor | ( | ::cricket::Codec::Type | type, |
int | id, | ||
::std::string const & | name, | ||
int | clockrate ) |
MCAPI void * cricket::Codec::$ctor | ( | ::cricket::Codec::Type | type, |
int | id, | ||
::std::string const & | name, | ||
int | clockrate, | ||
uint64 | channels ) |
MCAPI void cricket::Codec::$dtor | ( | ) |
MCAPI::webrtc::RtpCodecParameters cricket::Codec::$ToCodecParameters | ( | ) | const |
|
static |