TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Serialization of TLV messages. More...
Classes | |
class | ts::tlv::Serializer |
Serialization of TLV messages. More... | |
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
namespace | ts::tlv |
Namespace for TLV protocols (Tag / Length / Value) | |
Functions | |
std::ostream & | operator<< (std::ostream &strm, const ts::tlv::Serializer &ser) |
Output operator for ts::tlv::Serializer (for debug purpose). | |
Serialization of TLV messages.
|
inline |
Output operator for ts::tlv::Serializer (for debug purpose).
[in,out] | strm | Output stream (text mode). |
[in] | ser | Serializer to dump. |