summaryrefslogtreecommitdiff
path: root/common_types.h
diff options
context:
space:
mode:
authorroosa@google.com <roosa@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-12-12 21:59:14 +0000
committerroosa@google.com <roosa@google.com@4adac7df-926f-26a2-2b94-8c16560cd09d>2012-12-12 21:59:14 +0000
commit90d333e6299625bb74a202660f1dd449bb6cb0d8 (patch)
tree47ceb718fee5555b1e635a0b1536d87700b2d9d3 /common_types.h
parentca77149be1b63b2246af70b633d6648ecc69bd21 (diff)
downloadwebrtc-90d333e6299625bb74a202660f1dd449bb6cb0d8.tar.gz
Expose NetEq playout mode off through VoiceEngine.
BUG= Review URL: https://webrtc-codereview.appspot.com/971016 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3272 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 52cc075f..b21fc1b0 100644
--- a/common_types.h
+++ b/common_types.h
@@ -430,6 +430,9 @@ enum NetEqModes // NetEQ playout configurations
// Optimzed for decodability of fax signals rather than for perceived audio
// quality.
kNetEqFax = 2,
+ // Minimal buffer management. Inserts zeros for lost packets and during
+ // buffer increases.
+ kNetEqOff = 3,
};
enum NetEqBgnModes // NetEQ Background Noise (BGN) configurations