TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Abstract superclass for packetizer classes (sections or PES packets). More...
Classes | |
class | ts::AbstractPacketizer |
Abstract superclass for packetizer classes (sections or PES packets). More... | |
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
Functions | |
std::ostream & | operator<< (std::ostream &strm, const ts::AbstractPacketizer &pzer) |
Display the internal state of a packetizer, mainly for debug. | |
Abstract superclass for packetizer classes (sections or PES packets).
|
inline |
Display the internal state of a packetizer, mainly for debug.
[in,out] | strm | Output text stream. |
[in] | pzer | A packetizer to display. |