| Index: webrtc/audio_send_stream.h
|
| diff --git a/webrtc/audio_send_stream.h b/webrtc/audio_send_stream.h
|
| index ffb5f9c4d56595905c2c1c9e45f671694633dfb4..1c6803ca9957b564e65b4958f08605c136d51a04 100644
|
| --- a/webrtc/audio_send_stream.h
|
| +++ b/webrtc/audio_send_stream.h
|
| @@ -100,6 +100,9 @@ class AudioSendStream {
|
| // TODO(solenberg): Make payload_type a config property instead.
|
| virtual bool SendTelephoneEvent(int payload_type, int event,
|
| int duration_ms) = 0;
|
| +
|
| + virtual void SetMuted(bool muted) = 0;
|
| +
|
| virtual Stats GetStats() const = 0;
|
|
|
| protected:
|
|
|