A content entry.
More...
#include <tsContentDescriptor.h>
|
| Entry (uint16_t all=0) |
| Default constructor.
|
|
| Entry (uint8_t l1, uint8_t l2, uint8_t u1, uint8_t u2) |
| Constructor.
|
|
|
uint8_t | content_nibble_level_1 = 0 |
| 4 bits, see ETSI EN 300 468, 6.2.9.
|
|
uint8_t | content_nibble_level_2 = 0 |
| 4 bits, see ETSI EN 300 468, 6.2.9.
|
|
uint8_t | user_nibble_1 = 0 |
| 4 bits, see ETSI EN 300 468, 6.2.9.
|
|
uint8_t | user_nibble_2 = 0 |
| 4 bits, see ETSI EN 300 468, 6.2.9.
|
|
◆ Entry() [1/2]
ts::ContentDescriptor::Entry::Entry |
( |
uint16_t |
all = 0 | ) |
|
|
inline |
Default constructor.
- Parameters
-
[in] | all | All 4 nibbles as a 16-bit integer. |
◆ Entry() [2/2]
ts::ContentDescriptor::Entry::Entry |
( |
uint8_t |
l1, |
|
|
uint8_t |
l2, |
|
|
uint8_t |
u1, |
|
|
uint8_t |
u2 |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | l1 | Level 1 nibble. |
[in] | l2 | Level 2 nibble. |
[in] | u1 | First user nibble. |
[in] | u2 | Second user nibble. |
The documentation for this struct was generated from the following file: