This commit is contained in:
aler9
2020-07-19 18:01:49 +02:00
parent 511d109e8d
commit e5d15bc157
6 changed files with 14 additions and 13 deletions

View File

@@ -11,8 +11,8 @@ const (
interleavedFrameMagicByte = 0x24
)
// InterleavedFrame is an object that allows to send and receive binary data
// within RTSP connections. It is used to send RTP and RTCP packets via TCP.
// InterleavedFrame is a structure that allows to transfer binary frames
// through RTSP TCP connections. It is used to send RTP and RTCP packets via TCP.
type InterleavedFrame struct {
// track id
TrackId int