Index: webrtc/audio_state.h |
diff --git a/webrtc/audio_state.h b/webrtc/audio_state.h |
index c6168237a9a1153a6868570b9adcc226d484f46e..f671519ec010f779251159dcbea5495b2f15bcb9 100644 |
--- a/webrtc/audio_state.h |
+++ b/webrtc/audio_state.h |
@@ -18,6 +18,10 @@ namespace webrtc { |
class AudioDeviceModule; |
class VoiceEngine; |
+// 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. |
+ |
// AudioState holds the state which must be shared between multiple instances of |
// webrtc::Call for audio processing purposes. |
class AudioState : public rtc::RefCountInterface { |