|
| | VideoCodec (int id, const std::string &name) |
| |
| | VideoCodec (const std::string &name) |
| |
| | VideoCodec () |
| |
| | VideoCodec (const VideoCodec &c) |
| |
| | VideoCodec (VideoCodec &&c) |
| |
| virtual | ~VideoCodec ()=default |
| |
| bool | Matches (const VideoCodec &codec) const |
| |
| std::string | ToString () const |
| |
| webrtc::RtpCodecParameters | ToCodecParameters () const override |
| |
| VideoCodec & | operator= (const VideoCodec &c) |
| |
| VideoCodec & | operator= (VideoCodec &&c) |
| |
| bool | operator== (const VideoCodec &c) const |
| |
| bool | operator!= (const VideoCodec &c) const |
| |
| CodecType | GetCodecType () const |
| |
| bool | ValidateCodecFormat () const |
| |
| | VideoCodec (int id, const std::string &name) |
| |
| | VideoCodec (const std::string &name) |
| |
| | VideoCodec () |
| |
| | VideoCodec (const VideoCodec &c) |
| |
| | VideoCodec (VideoCodec &&c) |
| |
| virtual | ~VideoCodec ()=default |
| |
| bool | Matches (const VideoCodec &codec) const |
| |
| std::string | ToString () const |
| |
| webrtc::RtpCodecParameters | ToCodecParameters () const override |
| |
| VideoCodec & | operator= (const VideoCodec &c) |
| |
| VideoCodec & | operator= (VideoCodec &&c) |
| |
| bool | operator== (const VideoCodec &c) const |
| |
| bool | operator!= (const VideoCodec &c) const |
| |
| CodecType | GetCodecType () const |
| |
| bool | ValidateCodecFormat () 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 |
| |