TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Description of an update. More...
#include <tsDCCSCT.h>
Public Member Functions | |
Update (const AbstractTable *table, UpdateType type=UpdateType(0)) | |
Constructor. | |
Public Attributes | |
uint16_t | dcc_county_location_code = 0 |
10 bits. When update_type == new_county. | |
ATSCMultipleString | dcc_county_location_code_text {} |
When update_type == new_county. | |
uint8_t | dcc_state_location_code = 0 |
When update_type == new_state. | |
ATSCMultipleString | dcc_state_location_code_text {} |
When update_type == new_state. | |
DescriptorList | descs |
List of descriptors for this entry, publicly accessible. | |
uint8_t | genre_category_code = 0 |
When update_type == new_genre_category. | |
ATSCMultipleString | genre_category_name_text {} |
When update_type == new_genre_category. | |
size_t | order_hint |
Preferred insertion index when serializing the table or NPOS if unspecified. | |
uint8_t | state_code = 0 |
When update_type == new_county. | |
UpdateType | update_type = UpdateType(0) |
Update type. | |
Description of an update.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
|
explicit |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.