Made OnPacketLossStatisticsUpdate function virtual (needed for ViCE).
Review URL: https://webrtc-codereview.appspot.com/520002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2115 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
02d7174722
commit
d18dd6dc7e
@ -491,7 +491,7 @@ public:
|
|||||||
void OnReceivedNTP() ;
|
void OnReceivedNTP() ;
|
||||||
|
|
||||||
// bw estimation
|
// bw estimation
|
||||||
void OnPacketLossStatisticsUpdate(
|
virtual void OnPacketLossStatisticsUpdate(
|
||||||
const WebRtc_UWord8 fractionLost,
|
const WebRtc_UWord8 fractionLost,
|
||||||
const WebRtc_UWord16 roundTripTime,
|
const WebRtc_UWord16 roundTripTime,
|
||||||
const WebRtc_UWord32 lastReceivedExtendedHighSeqNum);
|
const WebRtc_UWord32 lastReceivedExtendedHighSeqNum);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user