Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Issue 2895263006: Add observer for AVAudioSession.outputVolume (Closed)

Created:
3 years, 7 months ago by jtt_webrtc
Modified:
3 years, 7 months ago
Reviewers:
tkchin_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, audio-team_agora.io, sdk-team_agora.io, peah-webrtc, henrika_webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add observer for AVAudioSession.outputVolume BUG=webrtc:7696 Review-Url: https://codereview.webrtc.org/2895263006 Cr-Commit-Position: refs/heads/master@{#18267} Committed: https://chromium.googlesource.com/external/webrtc/+/13ae11a4184c9e1b8d3d68203d0e60365d49b403

Patch Set 1 #

Patch Set 2 : Add observer on AVAudioSession outputVolume. #

Total comments: 6

Patch Set 3 : Renamed delegate callback #

Patch Set 4 : Fixed formatting #

Patch Set 5 : Fixed formatting #

Patch Set 6 : Fixed formatting #

Total comments: 3

Patch Set 7 : Method rename and cleanup. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -0 lines) Patch
M webrtc/modules/audio_device/ios/objc/RTCAudioSession.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/audio_device/ios/objc/RTCAudioSession.mm View 1 2 3 4 5 6 5 chunks +32 lines, -0 lines 0 comments Download
M webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm View 1 2 3 1 chunk +4 lines, -0 lines 1 comment Download
M webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm View 1 2 3 4 5 6 4 chunks +39 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
jtt_webrtc
Allow notification of AVAudioSession outputVolume changes.
3 years, 7 months ago (2017-05-22 22:42:40 UTC) #3
jtt_webrtc
Use the observer new value instead of getting it from AVAudioSession.outputVolume.
3 years, 7 months ago (2017-05-25 17:46:48 UTC) #4
tkchin_webrtc
https://codereview.webrtc.org/2895263006/diff/20001/webrtc/modules/audio_device/ios/objc/RTCAudioSession.h File webrtc/modules/audio_device/ios/objc/RTCAudioSession.h (right): https://codereview.webrtc.org/2895263006/diff/20001/webrtc/modules/audio_device/ios/objc/RTCAudioSession.h#newcode78 webrtc/modules/audio_device/ios/objc/RTCAudioSession.h:78: - (void)audioVolumeDidChange:(float)volume; follow delegate naming convention and use the ...
3 years, 7 months ago (2017-05-25 20:24:33 UTC) #5
jtt_webrtc
Renamed call back method on delegate.
3 years, 7 months ago (2017-05-25 21:53:19 UTC) #6
jtt_webrtc
On 2017/05/25 20:24:33, tkchin_webrtc wrote: > https://codereview.webrtc.org/2895263006/diff/20001/webrtc/modules/audio_device/ios/objc/RTCAudioSession.h > File webrtc/modules/audio_device/ios/objc/RTCAudioSession.h (right): > > https://codereview.webrtc.org/2895263006/diff/20001/webrtc/modules/audio_device/ios/objc/RTCAudioSession.h#newcode78 > ...
3 years, 7 months ago (2017-05-25 21:55:06 UTC) #7
tkchin_webrtc
https://codereview.webrtc.org/2895263006/diff/100001/webrtc/modules/audio_device/ios/objc/RTCAudioSession.mm File webrtc/modules/audio_device/ios/objc/RTCAudioSession.mm (right): https://codereview.webrtc.org/2895263006/diff/100001/webrtc/modules/audio_device/ios/objc/RTCAudioSession.mm#newcode821 webrtc/modules/audio_device/ios/objc/RTCAudioSession.mm:821: [super observeValueForKeyPath:keyPath ofObject:object change:change nit: either all args on ...
3 years, 7 months ago (2017-05-25 23:01:00 UTC) #8
jtt_webrtc
On 2017/05/25 23:01:00, tkchin_webrtc wrote: > https://codereview.webrtc.org/2895263006/diff/100001/webrtc/modules/audio_device/ios/objc/RTCAudioSession.mm > File webrtc/modules/audio_device/ios/objc/RTCAudioSession.mm (right): > > https://codereview.webrtc.org/2895263006/diff/100001/webrtc/modules/audio_device/ios/objc/RTCAudioSession.mm#newcode821 > ...
3 years, 7 months ago (2017-05-25 23:13:44 UTC) #9
jtt_webrtc
On 2017/05/25 23:13:44, jtt wrote: > On 2017/05/25 23:01:00, tkchin_webrtc wrote: > > > https://codereview.webrtc.org/2895263006/diff/100001/webrtc/modules/audio_device/ios/objc/RTCAudioSession.mm ...
3 years, 7 months ago (2017-05-25 23:18:19 UTC) #10
jtt_webrtc
Method rename and cleanup.
3 years, 7 months ago (2017-05-25 23:22:38 UTC) #11
tkchin_webrtc
lgtm https://codereview.webrtc.org/2895263006/diff/120001/webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm File webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm (right): https://codereview.webrtc.org/2895263006/diff/120001/webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm#newcode84 webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm:84: - (void)audioSession:(RTCAudioSession *)audioSession nit: probably don't need this ...
3 years, 7 months ago (2017-05-25 23:47:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2895263006/120001
3 years, 7 months ago (2017-05-26 00:28:08 UTC) #14
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 00:52:32 UTC) #17
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/external/webrtc/+/13ae11a4184c9e1b8d3d68203...

Powered by Google App Engine
This is Rietveld 408576698