MCPcopy Create free account
hub / github.com/GrowthEase/LLS-Player / DecoderDatabase

Method DecoderDatabase

src/modules/audio_coding/neteq/decoder_database.cc:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace webrtc {
27
28DecoderDatabase::DecoderDatabase(
29 const rtc::scoped_refptr<AudioDecoderFactory>& decoder_factory,
30 absl::optional<AudioCodecPairId> codec_pair_id)
31 : active_decoder_type_(-1),
32 active_cng_decoder_type_(-1),
33 decoder_factory_(decoder_factory),
34 codec_pair_id_(codec_pair_id) {}
35
36DecoderDatabase::~DecoderDatabase() = default;
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected