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

Unified Diff: webrtc/audio_state.h

Issue 1493933003: Add comments about the Audio parts of the public Call API being WIP. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: add link to voe refactoring bug Created 5 years 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
« no previous file with comments | « webrtc/audio_send_stream.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio_state.h
diff --git a/webrtc/audio_state.h b/webrtc/audio_state.h
index c6168237a9a1153a6868570b9adcc226d484f46e..fa5784c84492212dcbce55f58ede889597aed185 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 {
« no previous file with comments | « webrtc/audio_send_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698