TSDuck v3.40-4120
MPEG Transport Stream Toolkit
|
Description of a media service. More...
#include <tsMediaServiceKindDescriptor.h>
Public Member Functions | |
media_service_kind_type ()=default | |
Constructor. | |
Public Attributes | |
uint8_t | ID_len = 0 |
8 bits, only used if ID_length_code==0 | |
std::optional< uint8_t > | ID_length_code {} |
3 bits | |
std::optional< uint16_t > | ID_type {} |
13 bits | |
std::vector< language_media_pair_type > | language_media_service_type_pairs {} |
list of language/service type pairs for this media type | |
uint8_t | media_description_flag = 0 |
1 bit | |
UString | media_ID_field {} |
identifier of the data element | |
uint8_t | media_type_idc = 0 |
2 bits | |
Description of a media service.