summaryrefslogtreecommitdiff
path: root/common_types.h
diff options
context:
space:
mode:
authorhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-17 10:45:01 +0000
committerhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-17 10:45:01 +0000
commit692224a58367e945336c7fd62376fcfa54497437 (patch)
treea09b54ed118a49e5659a95fbb0cb0107715c27cc /common_types.h
parent66ccaffbf91ffd265380c16e23eed4bcc2d1b505 (diff)
downloadwebrtc-692224a58367e945336c7fd62376fcfa54497437.tar.gz
Removes parts of the VoEBase sub API as part of a clean-up operation where the goal is to remove unused APIs.
BUG=3206 R=henrik.lundin@webrtc.org, juberti@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/12019005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5928 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'common_types.h')
-rw-r--r--common_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common_types.h b/common_types.h
index c566f6b8..68f2baa4 100644
--- a/common_types.h
+++ b/common_types.h
@@ -466,6 +466,7 @@ enum AudioLayers
kAudioLinuxPulse = 4
};
+// TODO(henrika): to be removed.
enum NetEqModes // NetEQ playout configurations
{
// Optimized trade-off between low delay and jitter robustness for two-way
@@ -482,6 +483,7 @@ enum NetEqModes // NetEQ playout configurations
kNetEqOff = 3,
};
+// TODO(henrika): to be removed.
enum OnHoldModes // On Hold direction
{
kHoldSendAndPlay = 0, // Put both sending and playing in on-hold state.
@@ -489,6 +491,7 @@ enum OnHoldModes // On Hold direction
kHoldPlayOnly // Put only playing in on-hold state.
};
+// TODO(henrika): to be removed.
enum AmrMode
{
kRfc3267BwEfficient = 0,