| Index: webrtc/audio_receive_stream.h
|
| diff --git a/webrtc/audio_receive_stream.h b/webrtc/audio_receive_stream.h
|
| index 3e5a518a7d5efce9f9f0194a5dc98e40ec95d733..356a3a39289910fa98aa7fc852e66e0e07535ed7 100644
|
| --- a/webrtc/audio_receive_stream.h
|
| +++ b/webrtc/audio_receive_stream.h
|
| @@ -24,6 +24,11 @@ namespace webrtc {
|
|
|
| class AudioDecoder;
|
|
|
| +// WORK IN PROGRESS
|
| +// This class is under development and is not yet intended for for use outside
|
| +// of WebRtc/Libjingle. Please use the VoiceEngine API instead.
|
| +// See: https://bugs.chromium.org/p/webrtc/issues/detail?id=4690
|
| +
|
| class AudioReceiveStream : public ReceiveStream {
|
| public:
|
| struct Stats {
|
|
|