Lines Matching defs:VideoCodec
163 struct VideoCodec : public Codec {
169 VideoCodec(int id,
175 VideoCodec(int id, const std::string& name);
177 VideoCodec();
178 VideoCodec(const VideoCodec& c);
179 ~VideoCodec() = default;
181 static bool Preferable(const VideoCodec& first, const VideoCodec& other) {
187 VideoCodec& operator=(const VideoCodec& c);
189 bool operator==(const VideoCodec& c) const;
191 bool operator!=(const VideoCodec& c) const {
195 static VideoCodec CreateRtxCodec(int rtx_payload_type,
206 // Validates a VideoCodec's payload type, dimensions and bitrates etc. If they
238 bool HasNack(const VideoCodec& codec);
239 bool HasRemb(const VideoCodec& codec);
240 bool HasTransportCc(const VideoCodec& codec);