mirror of https://bitbucket.org/ausocean/av.git
revid: updated comment above revid.rtpSender declaration
This commit is contained in:
parent
53d737d426
commit
e12f3e0b41
|
@ -118,8 +118,8 @@ type Revid struct {
|
||||||
// destination is the target endpoint.
|
// destination is the target endpoint.
|
||||||
destination []loadSender
|
destination []loadSender
|
||||||
|
|
||||||
// Rtp sending doesn't use ring buffer so we isolate this from Destination
|
// rtpSender is an unbuffered sender.
|
||||||
// above
|
// It is used to isolate RTP from ring buffer-induced delays.
|
||||||
rtpSender *rtpSender
|
rtpSender *rtpSender
|
||||||
|
|
||||||
// bitrate hold the last send bitrate calculation result.
|
// bitrate hold the last send bitrate calculation result.
|
||||||
|
|
Loading…
Reference in New Issue