TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Secure Reliable Transport (SRT) Socket. More...
Classes | |
struct | ts::EnableBitMaskOperators< ts::SRTStatMode > |
Template specialization on type ts::SRTStatMode More... | |
class | ts::SRTSocket |
Secure Reliable Transport (SRT) Socket. More... | |
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
Enumerations | |
enum class | ts::SRTSocketMode : int { ts::DEFAULT = -1 , ts::LISTENER = 0 , ts::CALLER = 1 , ts::RENDEZVOUS = 2 , ts::LEN = 3 } |
Secure Reliable Transport (SRT) socket mode. More... | |
enum class | ts::SRTStatMode : uint16_t { ts::NONE = 0x0000 , ts::RECEIVE = 0x0001 , ts::SEND = 0x0002 , ts::TOTAL = 0x0004 , ts::INTERVAL = 0x0008 , ts::ALL = 0x000F } |
Secure Reliable Transport (SRT) statistics mode. More... | |
Secure Reliable Transport (SRT) Socket.