mirror of https://bitbucket.org/ausocean/av.git
protocol/rtcp/client.go: added comment for Log func signature type
This commit is contained in:
parent
5bd0e31db3
commit
524dbea0e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue