Home | History | Annotate | Download | only in base

Lines Matching refs:AudioCodec

142 struct AudioCodec : public Codec {
147 AudioCodec(int pt, const std::string& nm, int cr, int br, int cs, int pr)
154 AudioCodec() : Codec(), bitrate(0), channels(0) {}
157 bool Matches(const AudioCodec& codec) const;
159 static bool Preferable(const AudioCodec& first, const AudioCodec& other) {
165 AudioCodec& operator=(const AudioCodec& c) {
177 bool operator==(const AudioCodec& c) const {
188 bool operator!=(const AudioCodec& c) const {