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 []loadSender
|
||||
|
||||
// Rtp sending doesn't use ring buffer so we isolate this from Destination
|
||||
// above
|
||||
// rtpSender is an unbuffered sender.
|
||||
// It is used to isolate RTP from ring buffer-induced delays.
|
||||
rtpSender *rtpSender
|
||||
|
||||
// bitrate hold the last send bitrate calculation result.
|
||||
|
|
Loading…
Reference in New Issue