TSDuck v3.38-3706
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
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
}
 Options which alter the behavior of the output datagrams. More...
 

Detailed Description

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