3#include "mc/_HeaderOutputPredefine.h"
26 Bucket& operator=(Bucket
const&);
27 Bucket(Bucket
const&);
46 RateStatistics& operator=(RateStatistics
const&);
54 MCNAPI ::std::optional<int64>
Rate(int64 now_ms)
const;
60 MCNAPI
void Update(int64 count, int64 now_ms);
70 MCNAPI
void*
$ctor(int64 window_size_ms,
float scale);
Definition RateStatistics.h:7
MCAPI void EraseOld(int64 now_ms)
MCAPI void Update(int64 count, int64 now_ms)
MCAPI ::std::optional< int64 > Rate(int64 now_ms) const
MCAPI void * $ctor(int64 window_size_ms, float scale)
MCAPI RateStatistics(::webrtc::RateStatistics const &other)
MCAPI RateStatistics(int64 window_size_ms, float scale)
MCAPI void * $ctor(::webrtc::RateStatistics const &other)
Definition RateStatistics.h:15