Searched defs:AudioCodec (Results 1 – 3 of 3) sorted by relevance
148 struct AudioCodec : public Codec { struct153 AudioCodec(int pt, const std::string& nm, int cr, int br, int cs, int pr) in AudioCodec() argument160 AudioCodec() : Codec(), bitrate(0), channels(0) {} in AudioCodec() argument165 static bool Preferable(const AudioCodec& first, const AudioCodec& other) { in Preferable() argument
19 enum AudioCodec { enum
102 int32_t FilePlayerImpl::AudioCodec(CodecInst& audioCodec) const in AudioCodec() function in webrtc::FilePlayerImpl