Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/
H A DInstanceV2Impl.cpp538 bool _disableOutgoingAudioProcessing = false; in OutgoingAudioChannel() local
540 if (_disableOutgoingAudioProcessing) { in OutgoingAudioChannel()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DGroupInstanceCustomImpl.cpp1371 _disableOutgoingAudioProcessing(descriptor.disableOutgoingAudioProcessing), in GroupInstanceCustomInternal()
1811 if (_disableOutgoingAudioProcessing || _videoContentType == VideoContentType::Screencast) { in createOutgoingAudioChannel()
3311 bool _disableOutgoingAudioProcessing{false}; member in tgcalls::GroupInstanceCustomInternal