|
Use RTCAudioSessionDelegateAdapter in AudioDeviceIOS.
Part 3 of refactor. Also:
- better weak pointer delegate storage + tests
- we now ignore route changes when we're interrupted
- fixed bug where preferred sample rate wasn't set if audio session
wasn't active
BUG=
Committed: https://crrev.com/e54467f73e2630bbaf751a4db4326d1278f704e5
Cr-Commit-Position: refs/heads/master@{#12007}
Total comments: 19
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+481 lines, -204 lines) |
Patch |
 |
M |
webrtc/base/objc/RTCMacros.h
|
View
|
|
1 chunk |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/examples/objc/AppRTCDemo/ios/Info.plist
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_device/BUILD.gn
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_device/audio_device.gypi
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_device/ios/audio_device_ios.h
|
View
|
1
|
5 chunks |
+26 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_device/ios/audio_device_ios.mm
|
View
|
1
2
3
|
8 chunks |
+103 lines, -162 lines |
0 comments
|
Download
|
 |
A |
webrtc/modules/audio_device/ios/audio_session_observer.h
|
View
|
1
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_device/ios/objc/RTCAudioSession.h
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_device/ios/objc/RTCAudioSession.mm
|
View
|
1
|
10 chunks |
+40 lines, -11 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_device/ios/objc/RTCAudioSession+Configuration.mm
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_device/ios/objc/RTCAudioSession+Private.h
|
View
|
1
|
2 chunks |
+19 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.h
|
View
|
1
2
|
1 chunk |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
A |
webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm
|
View
|
1
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm
|
View
|
1
|
2 chunks |
+136 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/modules.gyp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 20 (11 generated)
|