Versions in this module Expand all Collapse all v1 v1.6.0 Apr 5, 2025 v1.4.0 Oct 6, 2024 Changes in this version + type Bitrate interface + Add func(bytes int, nowUnixMs ...int64) + Rate func(nowUnixMs ...int64) float32 + func New(modOptions ...ModOption) Bitrate + type ModOption func(option *Option) + type Option struct + Unit Unit + WindowMs int + type Unit uint8 + const UnitBitPerSec + const UnitBytePerSec + const UnitKbitPerSec + const UnitKbytePerSec