MCPcopy
hub / github.com/q191201771/lal / Rr

Struct Rr

pkg/rtprtcp/rtcp_pack.go:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import "github.com/q191201771/naza/pkg/bele"
12
13type Rr struct {
14 senderSsrc uint32
15 mediaSsrc uint32
16 fraction uint8
17 lost uint32
18 cycles uint16
19 extendedSeq uint32
20 jitter uint32
21 lsr uint32
22 dlsr uint32 // default 0
23}
24
25func (r *Rr) Pack() []byte {
26 const lenInWords = 8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected