Chromium Code Reviews| Index: webrtc/audio_receive_stream.h |
| diff --git a/webrtc/audio_receive_stream.h b/webrtc/audio_receive_stream.h |
| index 3e5a518a7d5efce9f9f0194a5dc98e40ec95d733..649cf086976eefb7ad986bc8fd0f451fa7573b85 100644 |
| --- a/webrtc/audio_receive_stream.h |
| +++ b/webrtc/audio_receive_stream.h |
| @@ -24,6 +24,10 @@ 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. |
|
tommi
2015/12/03 11:15:17
is there a bug you could reference in case anyone'
|
| + |
| class AudioReceiveStream : public ReceiveStream { |
| public: |
| struct Stats { |