|
| AudioCodec (int id, const std::string &name, int clockrate, int bitrate, size_t channels) |
|
| AudioCodec () |
|
| AudioCodec (const AudioCodec &c) |
|
| AudioCodec (AudioCodec &&c) |
|
virtual | ~AudioCodec ()=default |
|
bool | Matches (const AudioCodec &codec) const |
|
std::string | ToString () const |
|
webrtc::RtpCodecParameters | ToCodecParameters () const override |
|
AudioCodec & | operator= (const AudioCodec &c) |
|
AudioCodec & | operator= (AudioCodec &&c) |
|
bool | operator== (const AudioCodec &c) const |
|
bool | operator!= (const AudioCodec &c) const |
|
| AudioCodec (int id, const std::string &name, int clockrate, int bitrate, size_t channels) |
|
| AudioCodec () |
|
| AudioCodec (const AudioCodec &c) |
|
| AudioCodec (AudioCodec &&c) |
|
virtual | ~AudioCodec ()=default |
|
bool | Matches (const AudioCodec &codec) const |
|
std::string | ToString () const |
|
webrtc::RtpCodecParameters | ToCodecParameters () const override |
|
AudioCodec & | operator= (const AudioCodec &c) |
|
AudioCodec & | operator= (AudioCodec &&c) |
|
bool | operator== (const AudioCodec &c) const |
|
bool | operator!= (const AudioCodec &c) const |
|
virtual | ~Codec () |
|
bool | Matches (const Codec &codec) const |
|
bool | GetParam (const std::string &name, std::string *out) const |
|
bool | GetParam (const std::string &name, int *out) const |
|
void | SetParam (const std::string &name, const std::string &value) |
|
void | SetParam (const std::string &name, int value) |
|
bool | RemoveParam (const std::string &name) |
|
bool | HasFeedbackParam (const FeedbackParam ¶m) const |
|
void | AddFeedbackParam (const FeedbackParam ¶m) |
|
void | IntersectFeedbackParams (const Codec &other) |
|
Codec & | operator= (const Codec &c) |
|
Codec & | operator= (Codec &&c) |
|
bool | operator== (const Codec &c) const |
|
bool | operator!= (const Codec &c) const |
|
virtual | ~Codec () |
|
bool | Matches (const Codec &codec) const |
|
bool | GetParam (const std::string &name, std::string *out) const |
|
bool | GetParam (const std::string &name, int *out) const |
|
void | SetParam (const std::string &name, const std::string &value) |
|
void | SetParam (const std::string &name, int value) |
|
bool | RemoveParam (const std::string &name) |
|
bool | HasFeedbackParam (const FeedbackParam ¶m) const |
|
void | AddFeedbackParam (const FeedbackParam ¶m) |
|
void | IntersectFeedbackParams (const Codec &other) |
|
Codec & | operator= (const Codec &c) |
|
Codec & | operator= (Codec &&c) |
|
bool | operator== (const Codec &c) const |
|
bool | operator!= (const Codec &c) const |
|