3#include "mc/_HeaderOutputPredefine.h"
33 MCNAPI
explicit Bucket(int64 timestamp);
39 MCNAPI
void*
$ctor(int64 timestamp);
66 MCNAPI ::std::optional<int64>
Rate(int64 now_ms)
const;
72 MCNAPI
void Update(int64 count, int64 now_ms);
82 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
MCAPI Bucket(int64 timestamp)
MCAPI void * $ctor(int64 timestamp)