|
| | TestCodec (int id, const std::string name, int clockrate) |
| |
| | TestCodec () |
| |
| | TestCodec (const TestCodec &c) |
| |
| 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) |
| |
| virtual webrtc::RtpCodecParameters | ToCodecParameters () const |
| |
| 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) |
| |
| virtual webrtc::RtpCodecParameters | ToCodecParameters () const |
| |
| Codec & | operator= (const Codec &c) |
| |
| Codec & | operator= (Codec &&c) |
| |
| bool | operator== (const Codec &c) const |
| |
| bool | operator!= (const Codec &c) const |
| |