| 347 | } |
| 348 | |
| 349 | int RtdEngineImpl::AudioDecoderInit(struct DecoderInitParam& init_param) { |
| 350 | RTC_LOG(LS_INFO) << "RtdEngineImpl::AudioDecoderInit"; |
| 351 | if (conf_.callbacks.audio_decoder_init) { |
| 352 | RtdAudioDecoderInitParam rtd_param; |
nothing calls this directly
no outgoing calls
no test coverage detected