update docs

This commit is contained in:
aler9
2020-01-26 16:23:08 +01:00
parent 9e5868a1b8
commit 13da0e6723

View File

@@ -12,7 +12,8 @@ const (
_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.
type InterleavedFrame struct {
Channel uint8