TSDuck v3.40-4120
MPEG Transport Stream Toolkit
|
Representation of Tap structure. More...
#include <tsDSMCCUserToNetworkMessage.h>
Public Member Functions | |
Tap ()=default | |
Default constructor. | |
Public Attributes | |
uint16_t | association_tag = 0x0000 |
Field to associate the Tap with a particular (Elementary) Stream. | |
uint16_t | id = 0x0000 |
This field is for private use (shall be set to zero if not used). | |
uint16_t | selector_type = 0x0001 |
Optional selector, to select the associated data from the associated (Elementary) Stream. | |
uint32_t | timeout = 0 |
Defined in units of µs, specific to the construction of a particular carousel. | |
uint32_t | transaction_id = 0 |
Used for session integrity and error processing. | |
uint16_t | use = 0x0016 |
Field indicating the usage of the Tap. | |
Representation of Tap structure.