Versions in this module Expand all Collapse all v0 v0.0.10 Mar 21, 2023 Changes in this version type Acknowledgment + ECTCount01 uint8 + ECTCount11 uint8 + Feedback time.Time v0.0.8 Mar 21, 2023 v0.0.7 Mar 21, 2023 Changes in this version + const TwccExtensionAttributesKey + type Acknowledgment struct + Arrival time.Time + Departure time.Time + RTT time.Duration + Size int + TLCC uint16 + func (a Acknowledgment) String() string + type FeedbackAdapter struct + func NewFeedbackAdapter() *FeedbackAdapter + func (f *FeedbackAdapter) OnSent(ts time.Time, header *rtp.Header, size int, attributes interceptor.Attributes) error + func (f *FeedbackAdapter) OnTransportCCFeedback(ts time.Time, feedback *rtcp.TransportLayerCC) ([]Acknowledgment, error)