![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Basic definition of an MPEG-2 transport packet. More...
Classes | |
| class | ts::TSPacket |
| Basic definition of an MPEG-2 transport packet. More... | |
Namespaces | |
| namespace | ts |
| TSDuck namespace, containing all TSDuck classes and functions. | |
Typedefs | |
| using | ts::PacketBuffer = ResidentBuffer< TSPacket > |
| TS packet are accessed in a memory-resident buffer. | |
| using | ts::TSPacketPtr = std::shared_ptr< TSPacket > |
| Safe pointer for TSPacket. | |
| using | ts::TSPacketVector = std::vector< TSPacket > |
| Vector of packets. | |
Functions | |
| std::ostream & | operator<< (std::ostream &strm, const ts::TSPacket &pkt) |
| Output operator for the class ts::TSPacket on standard text streams. | |
Variables | |
| const TSPacket | ts::EmptyPacket |
| This constant is an empty packet (no payload). | |
| const TSPacket | ts::NullPacket |
| This constant is a null (or stuffing) packet. | |
Basic definition of an MPEG-2 transport packet.
|
inline |
Output operator for the class ts::TSPacket on standard text streams.
| [in,out] | strm | A standard stream in output mode. |
| [in] | pkt | TS packet object. |