This commit is contained in:
aler9
2020-01-26 16:18:41 +01:00
parent 473e05c17f
commit 9e5868a1b8
8 changed files with 30 additions and 0 deletions

View File

@@ -12,6 +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.
// It is usually used to send RTP and RTCP with RTSP.
type InterleavedFrame struct {
Channel uint8
Content []byte