TSDuck v3.43-4441
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
tsTimeSource.h File Reference

Sources of time information for transport streams. More...

Namespaces

namespace  ts
 TSDuck namespace, containing all TSDuck classes and functions.
 

Enumerations

enum class  ts::TimeSource : uint8_t {
  ts::UNDEFINED = 0 ,
  ts::HARDWARE ,
  ts::KERNEL ,
  ts::TSP ,
  ts::RTP ,
  ts::SRT ,
  ts::M2TS ,
  ts::PCR ,
  ts::DTS ,
  ts::PTS ,
  ts::PCAP ,
  ts::RIST
}
 Sources of time information for transport streams. More...
 

Functions

bool ts::MonotonicTimeSource (TimeSource source)
 Check if a ts::TimeSource value is a monotonic clock.
 
const Namests::TimeSourceEnum ()
 Enumeration description of ts::TimeSource.
 

Detailed Description

Sources of time information for transport streams.