![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Description of a virtual channel. More...
#include <tsSVCT.h>


Public Member Functions | |
| Channel (const AbstractTable *table) | |
| Constructor. | |
| void | updateService (Service &service) const |
| Collect all informations about the service. | |
Public Attributes | |
| uint64_t | carrier_frequency = 0 |
| Carrier frequency in Hz. Warning: coded in units of 100 Hz. | |
| uint32_t | carrier_symbol_rate = 0 |
| Carrier symbol rate in symbols/second. | |
| uint16_t | channel_TSID = 0 |
| Transport stream id of the TS carrying the channel. | |
| DescriptorList | descs |
| List of descriptors for this entry, publicly accessible. | |
| uint8_t | ETM_location = 0 |
| 2 bits, location of Extended Text Message. | |
| uint8_t | FEC_Inner = 0 |
| FEC inner. | |
| uint8_t | feed_id = 0 |
| Feed id. | |
| bool | hidden = false |
| Hidden service. | |
| bool | hide_guide = false |
| Hide associated program guide information. | |
| uint16_t | major_channel_number = 0 |
| 10 bits, major channel number. | |
| uint16_t | minor_channel_number = 0 |
| 10 bits, minor channel number. | |
| uint8_t | modulation_mode = 0 |
| 6 bits, modulation mode. | |
| size_t | order_hint |
| Preferred insertion index when serializing the table or NPOS if unspecified. | |
| uint8_t | polarization = 0 |
| 2 bits, polarization. | |
| uint16_t | program_number = 0 |
| Program number (aka. service id) of the channel. | |
| uint8_t | service_type = 0 |
| 6 bits, ATSC service type. | |
| UString | short_name {} |
| Channel short name (up to 7 characters). | |
| uint16_t | source_id = 0 |
| ATSC source id. | |
Description of a virtual channel.
Note: by inheriting from EntryWithDescriptors, there is a public field "DescriptorList descs".
|
explicit |
Constructor.
| [in] | table | Parent SVCT. |
| void ts::SVCT::Channel::updateService | ( | Service & | service | ) | const |
Collect all informations about the service.
| [in,out] | service | A service description to update. |
|
inherited |
Preferred insertion index when serializing the table or NPOS if unspecified.
This is an informational hint which can be used or ignored.