Versions in this module Expand all Collapse all v1 v1.0.1 Dec 12, 2022 v1.0.0 Dec 11, 2022 Changes in this version + type ByteCounter struct + func New(rw io.ReadWriter, received *uint64, sent *uint64) *ByteCounter + func (bc *ByteCounter) BytesReceived() uint64 + func (bc *ByteCounter) BytesSent() uint64 + func (bc *ByteCounter) Read(p []byte) (int, error) + func (bc *ByteCounter) Write(p []byte) (int, error) Other modules containing this package github.com/aler9/gortsplib/v2