소스 검색

Add comment to Packet type

Bruce Marriner 9 년 전
부모
커밋
8023a80e0b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      voice.go

+ 1 - 0
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 {
 	SSRC      uint32
 	Sequence  uint16