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

Class DecoderInitParam

src/rtd/src/rtd_engine_impl.cpp:349–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349int RtdEngineImpl::AudioDecoderInit(struct DecoderInitParam& init_param) {
350 RTC_LOG(LS_INFO) << "RtdEngineImpl::AudioDecoderInit";
351 if (conf_.callbacks.audio_decoder_init) {
352 RtdAudioDecoderInitParam rtd_param;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected