TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Pre-selection entry. More...
#include <tsAudioPreselectionDescriptor.h>
Public Member Functions | |
PreSelection ()=default | |
Constructor. | |
Public Attributes | |
bool | audio_description = false |
Contain audio description. | |
uint8_t | audio_rendering_indication = 0 |
3 bits, audio rendering indication. | |
ByteBlock | aux_component_tags {} |
When multi-stream info is present, list of component tags. | |
bool | dialogue_enhancement = false |
Contain dialogue enhancement. | |
ByteBlock | future_extension {} |
Future extension. | |
bool | interactivity_enabled = false |
Interactivity is enabled. | |
UString | ISO_639_language_code {} |
Empty or 3 characters language code. | |
std::optional< uint8_t > | message_id {} |
Text label, message id. | |
uint8_t | preselection_id = 0 |
5 bits, pre-selection id. | |
bool | spoken_subtitles = false |
Contain spoken subtitles. | |
Pre-selection entry.