TSDuck v3.41-4220
MPEG Transport Stream Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages Concepts
tsTSDatagramOutput.h File Reference

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...
 

Detailed Description

Send TS packets over datagrams (UDP, SRT, RIST, etc.)