Home
last modified time | relevance | path

Searched refs:onAudioLevelUpdated (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DGroupInstanceCustomImpl.cpp920 std::function<void(AudioSinkImpl::Update)> &&onAudioLevelUpdated, in IncomingAudioChannel() argument
929 …ort, ssrc, onAudioFrame = std::move(onAudioFrame), onAudioLevelUpdated = std::move(onAudioLevelUpd… in IncomingAudioChannel()
981 …ique_ptr<AudioSinkImpl> audioLevelSink(new AudioSinkImpl(std::move(onAudioLevelUpdated), _ssrc, st… in IncomingAudioChannel()