Package-level declarations
Types
This class is currently the only method for using multiple sockets in one thread with having the blocking operation moved to epoll waiting so that it can block on multiple sockets at once. Once it has been called, you must release Srt context with Srt.cleanUp when application leaves.
This class represents SRT socket and their events.
This class represents extra parameters for SrtSocket.send and SrtSocket.recv
This class contains API to manage errors. Once it has been called, you must release Srt context with Srt.cleanUp when application leaves.
This class represents a SRT socket. To avoid creating an unresponsive UI, don't perform SRT network operations on the main thread. Once it has been called, you must release Srt context with Srt.cleanUp when application leaves.
SrtUrl is a data class that represents an SRT URL as defined by FFmpeg.
This class represents SRT statistics
This class contains time utils. Once it has been called, you must release Srt context with Srt.cleanUp when application leaves.