TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Definitions for the TLV protocols. More...
Classes | |
class | ts::tlv::DeserializationInternalError |
Exception raised by deserialization of messages. More... | |
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
namespace | ts::tlv |
Namespace for TLV protocols (Tag / Length / Value) | |
Enumerations | |
enum | ts::tlv::Error : uint16_t { ts::tlv::OK , ts::tlv::UnsupportedVersion , ts::tlv::InvalidMessage , ts::tlv::UnknownCommandTag , ts::tlv::UnknownParameterTag , ts::tlv::InvalidParameterLength , ts::tlv::InvalidParameterCount , ts::tlv::MissingParameter } |
Errors from TLV message analysis. More... | |
Variables | |
const TAG | ts::tlv::NULL_TAG = 0x0000 |
This tag is not used by DVB and can serve as "no value". | |
Definitions for the TLV protocols.