3#include "mc/_HeaderOutputPredefine.h"
7namespace webrtc {
class Clock; }
25 RateLimiter& operator=(RateLimiter
const&);
26 RateLimiter(RateLimiter
const&);
MCAPI RateLimiter(::webrtc::Clock *clock, int64 max_window_ms)
MCAPI bool TryUseRate(uint64 packet_size_bytes)
MCAPI void SetMaxRate(uint max_rate_bps)
MCAPI void * $ctor(::webrtc::Clock *clock, int64 max_window_ms)