mirror of
https://github.com/aler9/gortsplib
synced 2025-10-15 11:40:55 +08:00
fix docs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user