Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Haivision/srtgo
/ types & classes
Types & classes
21 in github.com/Haivision/srtgo
⨍
Functions
124
◇
Types & classes
21
↓ 46 callers
TypeAlias
SRTErrno
Based of off golang errno handling: https://cs.opensource.google/go/go/+/refs/tags/go1.16.6:src/syscall/syscall_unix.go;l=114
errors.go:70
↓ 8 callers
TypeAlias
SrtLogLevel
logging.go:19
↓ 1 callers
TypeAlias
PollMode
poll.go:20
FuncType
ConnectCallbackFunc
ConnectCallbackFunc specifies a function to be called after a socket or connection in a group has failed.
srtgo.go:330
FuncType
ListenCallbackFunc
ListenCallbackFunc specifies a function to be called before a connecting socket is passed to accept
srtgo.go:297
FuncType
LogCallBackFunc
func(level SrtLogLevel, file string, line int, area, message string)
logging.go:17
Struct
SrtConnectTimeout
errors.go:17
Struct
SrtConnectionRejected
errors.go:16
Struct
SrtEpollTimeout
errors.go:19
Struct
SrtInvalidSock
errors.go:13
Struct
SrtRendezvousUnbound
errors.go:14
Struct
SrtSockConnected
errors.go:15
Struct
SrtSocket
SrtSocket - SRT socket
srtgo.go:44
Struct
SrtSocketClosed
errors.go:18
Struct
SrtStats
srtstats.go:7
Struct
pollDesc
* pollDesc contains the polling state for the associated SrtSocket closing: socket is closing, reject all poll operations pollErr: an error occured
poll.go:37
Struct
pollServer
pollserver.go:34
Class
sockaddr
callback.h:3
Struct
socketOption
srtsocketoptions.go:61
Struct
srtErrnoSysErrnoWrapped
errors.go:120
Struct
tester
rw_test.go:11