From 13da0e67230666207b5879cadf2e3806725ef651 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sun, 26 Jan 2020 16:23:08 +0100 Subject: [PATCH] update docs --- interleavedframe.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interleavedframe.go b/interleavedframe.go index 59a0b29b..968ff06f 100644 --- a/interleavedframe.go +++ b/interleavedframe.go @@ -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