3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/ScalabilityMode.h"
20 enum class ResiliencyType :
int {
28 enum class Type :
int {
58 virtual ::webrtc::RtpCodecParameters ToCodecParameters()
const;
70 MCNAPI
Codec(::cricket::Codec::Type type,
int id, ::std::string
const& name,
int clockrate, uint64 channels);
72 MCNAPI
bool GetParam(::std::string
const& name,
int* out)
const;
74 MCNAPI
bool GetParam(::std::string
const& name, ::std::string* out)
const;
88 MCNAPI
void SetParam(::std::string
const& name, ::std::string
const& value);
90 MCNAPI
void SetParam(::std::string
const& name,
int value);
106 MCNAPI
void*
$ctor(::cricket::Codec::Type type,
int id, ::std::string
const& name,
int clockrate, uint64 channels);
Definition FeedbackParam.h:7
MCAPI Codec(::cricket::Codec::Type type, int id, ::std::string const &name, int clockrate, uint64 channels)
MCAPI bool MatchesRtpCodec(::webrtc::RtpCodec const &codec_capability) const
MCAPI Codec(::cricket::Codec const &)
static MCAPI void ** $vftable()
MCAPI bool Matches(::cricket::Codec const &codec) const
MCAPI void SetParam(::std::string const &name, ::std::string const &value)
MCAPI::webrtc::RtpCodecParameters $ToCodecParameters() const
MCAPI bool IsResiliencyCodec() const
MCAPI void * $ctor(::cricket::Codec &&)
MCAPI bool GetParam(::std::string const &name, int *out) const
MCAPI void IntersectFeedbackParams(::cricket::Codec const &other)
MCAPI::std::string ToString() const
MCAPI bool IsMediaCodec() const
MCAPI::cricket::Codec & operator=(::cricket::Codec &&)
MCAPI Codec(::cricket::Codec &&)
MCAPI void SetParam(::std::string const &name, int value)
MCAPI::cricket::Codec::ResiliencyType GetResiliencyType() const
MCAPI void * $ctor(::cricket::Codec const &)
MCAPI void * $ctor(::cricket::Codec::Type type, int id, ::std::string const &name, int clockrate, uint64 channels)
MCAPI void AddFeedbackParam(::cricket::FeedbackParam const ¶m)
MCAPI bool GetParam(::std::string const &name, ::std::string *out) const
MCAPI::cricket::Codec & operator=(::cricket::Codec const &)
Definition RtpCodecParameters.h:10