TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Send TS packets over datagrams (UDP, SRT, RIST, etc.) More...
Classes | |
struct | ts::EnableBitMaskOperators< ts::TSDatagramOutputOptions > |
Template specialization on type ts::TSDatagramOutputOptions More... | |
class | ts::TSDatagramOutput |
Send TS packets over datagrams (UDP, SRT, RIST, etc.) More... | |
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
Enumerations | |
enum class | ts::TSDatagramOutputOptions { ts::NONE = 0x0000 , ts::ALLOW_RTP = 0x0001 , ts::ALWAYS_BURST = 0x0002 , ts::ALLOW_RS204 = 0x0004 } |
Options which alter the behavior of the output datagrams. More... | |
Send TS packets over datagrams (UDP, SRT, RIST, etc.)