Follow-up changes to kSelectiveErrors
Committing cl for agalusza (cl 1992004) TEST = trybots R=marpan@google.com Review URL: https://webrtc-codereview.appspot.com/2085004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4587 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -179,7 +179,7 @@ class VCMJitterBuffer {
|
||||
// Setting kWithErrors and kSelectiveErrors will take full effect once the
|
||||
// existing incomplete frames leave the JB or have a packet added (as that
|
||||
// would cause their state to be reevlauated).
|
||||
void DecodeErrorMode(VCMDecodeErrorMode error_mode);
|
||||
void SetDecodeErrorMode(VCMDecodeErrorMode error_mode);
|
||||
int64_t LastDecodedTimestamp() const;
|
||||
VCMDecodeErrorMode decode_error_mode() const {return decode_error_mode_;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user