Home | History | Annotate | Download | only in base

Lines Matching defs:AudioCodec

166 AudioCodec::AudioCodec(int id,
177 AudioCodec::AudioCodec() : Codec(), bitrate(0), channels(0) {
180 AudioCodec::AudioCodec(const AudioCodec& c) = default;
182 AudioCodec& AudioCodec::operator=(const AudioCodec& c) {
189 bool AudioCodec::operator==(const AudioCodec& c) const {
193 bool AudioCodec::Matches(const AudioCodec& codec) const {
210 std::string AudioCodec::ToString() const {
212 os << "AudioCodec[" << id << ":" << name << ":" << clockrate << ":" << bitrate