mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
update docs
This commit is contained in:
@@ -12,7 +12,8 @@ const (
|
|||||||
_INTERLEAVED_FRAME_MAX_CONTENT_SIZE = (_INTERLEAVED_FRAME_MAX_SIZE - 4)
|
_INTERLEAVED_FRAME_MAX_CONTENT_SIZE = (_INTERLEAVED_FRAME_MAX_SIZE - 4)
|
||||||
)
|
)
|
||||||
|
|
||||||
// InterleavedFrame is a wrapper for sending and receiving binary data into RTSP connections.
|
// InterleavedFrame is a structure that allows to send and receive binary data
|
||||||
|
// with RTSP connections.
|
||||||
// It is usually used to send RTP and RTCP with RTSP.
|
// It is usually used to send RTP and RTCP with RTSP.
|
||||||
type InterleavedFrame struct {
|
type InterleavedFrame struct {
|
||||||
Channel uint8
|
Channel uint8
|
||||||
|
Reference in New Issue
Block a user