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

Unified Diff: talk/media/base/mediachannel.h

Issue 1610543002: Deleted unused enums MediaChannelOptions and VoiceMediaChannelOptions, (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 months 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 | « no previous file | talk/media/webrtc/webrtcvideoengine2_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/base/mediachannel.h
diff --git a/talk/media/base/mediachannel.h b/talk/media/base/mediachannel.h
index f6fb77d8a6db018a886b0268920c175623a4b82c..c18847465c560a1c000e1982a52cb9a46ec40786 100644
--- a/talk/media/base/mediachannel.h
+++ b/talk/media/base/mediachannel.h
@@ -441,16 +441,6 @@ inline const RtpHeaderExtension* FindHeaderExtension(
return NULL;
}
-enum MediaChannelOptions {
- // Tune the stream for conference mode.
- OPT_CONFERENCE = 0x0001
-};
-
-enum VoiceMediaChannelOptions {
- // Tune the audio stream for vcs with different target levels.
- OPT_AGC_MINUS_10DB = 0x80000000
-};
-
class MediaChannel : public sigslot::has_slots<> {
public:
class NetworkInterface {
« no previous file with comments | « no previous file | talk/media/webrtc/webrtcvideoengine2_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698