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

Unified Diff: webrtc/audio/audio_receive_stream.h

Issue 1924793002: Remove webrtc/stream.h and unutilized inheritance. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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/audio/audio_receive_stream.h
diff --git a/webrtc/audio/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h
index 37117427a172d11ad48a95cd414b2d985d4f79fb..75143814462121456add2dbe3ea159e9cc8857ef 100644
--- a/webrtc/audio/audio_receive_stream.h
+++ b/webrtc/audio/audio_receive_stream.h
@@ -36,16 +36,16 @@ class AudioReceiveStream final : public webrtc::AudioReceiveStream {
const rtc::scoped_refptr<webrtc::AudioState>& audio_state);
~AudioReceiveStream() override;
- // webrtc::ReceiveStream implementation.
+ void SignalNetworkState(NetworkState state);
The Sun (google.com) 2016/04/27 19:39:46 nit: move this to sit together with config() anoth
pbos-webrtc 2016/04/28 07:10:13 Done.
+
+ // webrtc::AudioReceiveStream implementation.
void Start() override;
void Stop() override;
- void SignalNetworkState(NetworkState state) override;
bool DeliverRtcp(const uint8_t* packet, size_t length) override;
bool DeliverRtp(const uint8_t* packet,
size_t length,
const PacketTime& packet_time) override;
- // webrtc::AudioReceiveStream implementation.
webrtc::AudioReceiveStream::Stats GetStats() const override;
void SetSink(std::unique_ptr<AudioSinkInterface> sink) override;
« no previous file with comments | « webrtc/DEPS ('k') | webrtc/audio/audio_send_stream.h » ('j') | webrtc/audio/audio_send_stream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698