TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
CA unit. More...
#include <tsISDBComponentGroupDescriptor.h>
Public Member Functions | |
CAUnit ()=default | |
Default constructor. | |
CAUnit (PSIBuffer &buf) | |
Read-in constructor. | |
Public Attributes | |
uint8_t | CA_unit_id = 0 |
4 bits. The CA_unit_id, to which the component belongs in accordance with table 6-74. | |
ByteBlock | component_tags {} |
Component tag value belonging to the component group. | |
CA unit.
|
inline |
Read-in constructor.
[in,out] | buf | Deserialization buffer. Read the descriptor payload from buf. The end of read is the end of the binary payload. If any kind of error is reported in the buffer or if the payload is not completely read, the deserialization is considered as invalid. |