protocol/rtcp/client.go: added comment for Log func signature type

This commit is contained in:
Saxon 2019-05-09 12:28:31 +09:30
parent 5bd0e31db3
commit 524dbea0e1
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ const (
receiverBufSize = 200
)
// Log describes a function signature required by the RTCP for the purpose of
// logging.
type Log func(lvl int8, msg string, args ...interface{})
// Client is an RTCP Client that will handle receiving SenderReports from a server