Delete unused method NetEq::PacketBufferStatistics
Bug: None Change-Id: I9f87e445e2b5b54f78474489172f694abff38363 Reviewed-on: https://webrtc-review.googlesource.com/c/111660 Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25766}
This commit is contained in:
@ -125,8 +125,6 @@ class PacketBuffer {
|
||||
virtual bool ContainsDtxOrCngPacket(
|
||||
const DecoderDatabase* decoder_database) const;
|
||||
|
||||
virtual void BufferStat(int* num_packets, int* max_num_packets) const;
|
||||
|
||||
// Static method returning true if |timestamp| is older than |timestamp_limit|
|
||||
// but less than |horizon_samples| behind |timestamp_limit|. For instance,
|
||||
// with timestamp_limit = 100 and horizon_samples = 10, a timestamp in the
|
||||
|
||||
Reference in New Issue
Block a user