Home
last modified time | relevance | path

Searched refs:isAudioEnabled (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
H A DMainActivity.kt48 private var isAudioEnabled: Boolean = false in <lambda>() variable
124 NativeInterface.enable(isAudioEnabled) in <lambda>()
184 isAudioEnabled = !isAudioEnabled in <lambda>()
185 NativeInterface.enable(isAudioEnabled) in <lambda>()
187 if (isAudioEnabled) { in <lambda>()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/objc/AppRTCMobile/ios/
H A DARDMainViewController.m129 session.isAudioEnabled = NO;
162 session.isAudioEnabled = NO;
175 RTCLog(@"Setting isAudioEnabled to YES.");
176 session.isAudioEnabled = YES;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/objc/AppRTCMobile/ios/
H A DARDMainViewController.m128 session.isAudioEnabled = NO;
162 session.isAudioEnabled = NO;
176 RTCLog(@"Setting isAudioEnabled to YES.");
177 session.isAudioEnabled = YES;
/dports/games/criticalmass/CriticalMass-1.5/utilssdl/
H A DAudio.hpp41 bool isAudioEnabled() in isAudioEnabled() function in Audio
/dports/games/easyrpg-player/Player-0.7.0/builds/android/app/src/main/java/org/easyrpg/player/settings/
H A DSettingsAudioActivity.java23 this.enableAudioCheckbox.setChecked(SettingsManager.isAudioEnabled()); in onCreate()
H A DSettingsManager.java234 public static boolean isAudioEnabled() { in isAudioEnabled() method in SettingsManager
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_device/ios/objc/
H A DRTCAudioSession.mm152 - (void)setIsAudioEnabled:(BOOL)isAudioEnabled {
154 if (_isAudioEnabled == isAudioEnabled) {
157 _isAudioEnabled = isAudioEnabled;
162 - (BOOL)isAudioEnabled { method
609 return !self.useManualAudio || self.isAudioEnabled;
767 canPlayOrRecord = !self.useManualAudio || self.isAudioEnabled;
H A DRTCAudioSession.h121 @property(nonatomic, assign) BOOL isAudioEnabled;
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/components/audio/
H A DRTCAudioSession.mm169 - (void)setIsAudioEnabled:(BOOL)isAudioEnabled {
171 if (_isAudioEnabled == isAudioEnabled) {
174 _isAudioEnabled = isAudioEnabled;
179 - (BOOL)isAudioEnabled { method in RTCAudioSession
605 return !self.useManualAudio || self.isAudioEnabled;
739 canPlayOrRecord = !self.useManualAudio || self.isAudioEnabled;
H A DRTCAudioSession.h162 @property(nonatomic, assign) BOOL isAudioEnabled;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/components/audio/
H A DRTCAudioSession.mm175 - (void)setIsAudioEnabled:(BOOL)isAudioEnabled {
177 if (_isAudioEnabled == isAudioEnabled) {
180 _isAudioEnabled = isAudioEnabled;
185 - (BOOL)isAudioEnabled { method
667 return !self.useManualAudio || self.isAudioEnabled;
825 canPlayOrRecord = !self.useManualAudio || self.isAudioEnabled;
H A DRTCAudioSession.h158 @property(nonatomic, assign) BOOL isAudioEnabled;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/components/audio/
H A DRTCAudioSession.mm174 - (void)setIsAudioEnabled:(BOOL)isAudioEnabled {
176 if (_isAudioEnabled == isAudioEnabled) {
179 _isAudioEnabled = isAudioEnabled;
184 - (BOOL)isAudioEnabled { method in RTCAudioSession
666 return !self.useManualAudio || self.isAudioEnabled;
824 canPlayOrRecord = !self.useManualAudio || self.isAudioEnabled;
H A DRTCAudioSession.h162 @property(nonatomic, assign) BOOL isAudioEnabled;
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/
H A Djukebox.lua181 if not (self.app.config.audio and self.app:isAudioEnabled()) then
H A Dbottom_panel.lua145 if self.ui.app.config.audio and self.ui.app:isAudioEnabled() then
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/
H A DDarwinInterface.mm70 [RTCAudioSession sharedInstance].isAudioEnabled = true;
/dports/games/easyrpg-player/Player-0.7.0/builds/android/app/src/main/java/org/easyrpg/player/game_browser/
H A DGameBrowserHelper.java255 if (!SettingsManager.isAudioEnabled()) { in launchGame()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/resizables/
H A Dcustomise.lua64 local audio_status = app:isAudioEnabled()
H A Doptions.lua169 local audio_status = app:isAudioEnabled()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/
H A Dapp.lua1749 function App:isAudioEnabled() function
/dports/net-im/nextcloud-talk/spreed/js/
H A Dtalk-public-share-sidebar.js.map1isAudioEnabled","sendCurrentNick","sendCurrentStateWithRepetition","userHasStreams","usersChanged"…
H A Dtalk-files-sidebar.js.map1isAudioEnabled","sendCurrentNick","sendCurrentStateWithRepetition","userHasStreams","usersChanged"…
H A Dtalk-public-share-auth-sidebar.js.map1isAudioEnabled","sendCurrentNick","sendCurrentStateWithRepetition","userHasStreams","usersChanged"…
H A Dtalk-main.js.map1isAudioEnabled","sendCurrentNick","sendCurrentStateWithRepetition","userHasStreams","usersChanged"…

12