Home | History | Annotate | Download | only in base

Lines Matching defs:AudioCodec

129 struct AudioCodec : public Codec {
134 AudioCodec(int id,
141 AudioCodec();
142 AudioCodec(const AudioCodec& c);
143 ~AudioCodec() = default;
146 bool Matches(const AudioCodec& codec) const;
148 static bool Preferable(const AudioCodec& first, const AudioCodec& other) {
154 AudioCodec& operator=(const AudioCodec& c);
156 bool operator==(const AudioCodec& c) const;
158 bool operator!=(const AudioCodec& c) const {