EpollEvent

class EpollEvent(val socket: SrtSocket, val events: List<EpollOpt>)

This class represents SRT socket and their events.

See Also: srt_epoll_uwait

Parameters

socket

the SRT socket

events

list of EpollOpt that report readiness of this socket

Constructors

Link copied to clipboard
constructor(socket: SrtSocket, events: List<EpollOpt>)

Properties

Link copied to clipboard
Link copied to clipboard