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@3272 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -34,11 +34,14 @@ namespace webrtc {
|
||||
// conference participant, a webinar, or a streaming application,
|
||||
// this mode can be used to improve the jitter robustness at
|
||||
// the cost of increased delay.
|
||||
// -off : Turns off most of NetEQ's features. Stuffs zeros for lost
|
||||
// packets and during buffer increases.
|
||||
//
|
||||
enum AudioPlayoutMode {
|
||||
voice = 0,
|
||||
fax = 1,
|
||||
streaming = 2
|
||||
streaming = 2,
|
||||
off = 3,
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user