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

Unified Diff: webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm

Issue 2895263006: Add observer for AVAudioSession.outputVolume (Closed)
Patch Set: Method rename and cleanup. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm
diff --git a/webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm b/webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm
index ee142d7371802e79b1ce55ddd08317ddf1b2ec8d..030dfcd2e8ba1454c1d8239d76a0e43024a9f2b7 100644
--- a/webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm
+++ b/webrtc/modules/audio_device/ios/objc/RTCAudioSessionDelegateAdapter.mm
@@ -81,4 +81,8 @@
- (void)audioSessionDidStopPlayOrRecord:(RTCAudioSession *)session {
}
+- (void)audioSession:(RTCAudioSession *)audioSession
tkchin_webrtc 2017/05/25 23:47:36 nit: probably don't need this here
+ didChangeOutputVolume:(float)outputVolume {
+}
+
@end
« no previous file with comments | « webrtc/modules/audio_device/ios/objc/RTCAudioSession.mm ('k') | webrtc/modules/audio_device/ios/objc/RTCAudioSessionTest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698