TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Description of a modulation. More...
#include <tsSHDeliverySystemDescriptor.h>
Public Member Functions | |
Modulation ()=default | |
Default constructor. | |
Public Attributes | |
uint8_t | common_multiplier = 0 |
6 bits, common multiplier. | |
bool | interleaver_presence = false |
Use interleaver. If false, ignore all subsequent fields. | |
bool | is_ofdm = false |
Use tdm if false, ofdm if true. | |
uint8_t | nof_late_taps = 0 |
6 bits | |
uint8_t | nof_slices = 0 |
6 bits | |
uint8_t | non_late_increments = 0 |
6 bits | |
OFDM | ofdm {} |
OFDM modulation. | |
bool | short_interleaver = false |
If true, use only common_multiplier, ignore other fields. | |
uint8_t | slice_distance = 0 |
8 bits | |
TDM | tdm {} |
TDM modulation. | |
Description of a modulation.