aboutsummaryrefslogtreecommitdiff
path: root/webrtc/audio_state.h
diff options
context:
space:
mode:
authorFredrik Solenberg <solenberg@webrtc.org>2015-12-03 13:06:20 +0100
committerFredrik Solenberg <solenberg@webrtc.org>2015-12-03 12:06:31 +0000
commita4527c89e77ae6c8c07c935e960bc8d9ddff35b3 (patch)
tree1b59095c5534a05b1612a09b13ce132bd62a2c78 /webrtc/audio_state.h
parent74a5ffbbd0c9712e39e16b48f3ed9e02d7636785 (diff)
downloadwebrtc-a4527c89e77ae6c8c07c935e960bc8d9ddff35b3.tar.gz
Add comments about the Audio parts of the public Call API being WIP.
BUG=webrtc:4690 R=kjellander@webrtc.org, tommi@webrtc.org Review URL: https://codereview.webrtc.org/1493933003 . Cr-Commit-Position: refs/heads/master@{#10882}
Diffstat (limited to 'webrtc/audio_state.h')
-rw-r--r--webrtc/audio_state.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/webrtc/audio_state.h b/webrtc/audio_state.h
index c6168237a9..fa5784c844 100644
--- a/webrtc/audio_state.h
+++ b/webrtc/audio_state.h
@@ -18,6 +18,11 @@ 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.
+// See: https://bugs.chromium.org/p/webrtc/issues/detail?id=4690
+
// AudioState holds the state which must be shared between multiple instances of
// webrtc::Call for audio processing purposes.
class AudioState : public rtc::RefCountInterface {