Index: webrtc/api/mediastreamprovider.h |
diff --git a/webrtc/api/mediastreamprovider.h b/webrtc/api/mediastreamprovider.h |
index ad7870c96a96a739eb8e0b3d487726352714b6bd..0db7a5ca3e76a67f93b83a1dc5c78ed3cf607d81 100644 |
--- a/webrtc/api/mediastreamprovider.h |
+++ b/webrtc/api/mediastreamprovider.h |
@@ -17,7 +17,7 @@ |
namespace cricket { |
-class AudioRenderer; |
+class AudioSource; |
class VideoCapturer; |
class VideoFrame; |
class VideoRenderer; |
@@ -49,7 +49,7 @@ class AudioProviderInterface { |
virtual void SetAudioSend(uint32_t ssrc, |
bool enable, |
const cricket::AudioOptions& options, |
- cricket::AudioRenderer* renderer) = 0; |
+ cricket::AudioSource* source) = 0; |
// Sets the audio playout volume of a remote audio track with |ssrc|. |
// |volume| is in the range of [0, 10]. |