Clean up iOS API audio settings
This removes the routing for the deprecated audio control setting Change-Id: Id83ff548625279d5b34c9e3cadc097c25a00ef05 Bug: none Reviewed-on: https://webrtc-review.googlesource.com/58900 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22279}
This commit is contained in:
committed by
Commit Bot
parent
4ff5443e4e
commit
9e981f0e43
@ -106,19 +106,6 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*/
|
||||
- (void)storeCreateAecDumpSetting:(BOOL)createAecDump;
|
||||
|
||||
/**
|
||||
* Returns current setting whether to use level controller from store if present or default (NO)
|
||||
* otherwise.
|
||||
*/
|
||||
- (BOOL)currentUseLevelControllerSettingFromStore;
|
||||
|
||||
/**
|
||||
* Stores the provided use level controller setting into the store.
|
||||
*
|
||||
* @param setting the boolean value to be stored.
|
||||
*/
|
||||
- (void)storeUseLevelControllerSetting:(BOOL)useLevelController;
|
||||
|
||||
/**
|
||||
* Returns current setting whether to use manual audio config from store if present or default (YES)
|
||||
* otherwise.
|
||||
|
||||
Reference in New Issue
Block a user