TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
tsSectionDemux.h File Reference

This class rebuilds MPEG tables and sections from TS packets. More...

Classes

class  ts::SectionDemux
 This class rebuilds MPEG tables and sections from TS packets. More...
 
struct  ts::SectionDemux::Status
 Demux status information. More...
 

Namespaces

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

Functions

std::ostream & operator<< (std::ostream &strm, const ts::SectionDemux::Status &status)
 Output operator for the status of a ts::SectionDemux.
 

Detailed Description

This class rebuilds MPEG tables and sections from TS packets.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  strm,
const ts::SectionDemux::Status status 
)
inline

Output operator for the status of a ts::SectionDemux.

Parameters
[in,out]strmA standard stream in output mode.
[in]statusThe status of a ts::SectionDemux.
Returns
A reference to the strm object.