Add comment to Packet type
This commit is contained in:
parent
68308c6f97
commit
8023a80e0b
1 changed files with 1 additions and 0 deletions
1
voice.go
1
voice.go
|
@ -462,6 +462,7 @@ func (v *Voice) opusSender(opus <-chan []byte, rate, size int) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// A Packet contains the headers and content of a received voice packet.
|
||||||
type Packet struct {
|
type Packet struct {
|
||||||
SSRC uint32
|
SSRC uint32
|
||||||
Sequence uint16
|
Sequence uint16
|
||||||
|
|
Loading…
Reference in a new issue