#include <libmythtv/dtvconfparserhelpers.h>
|
enum | Types : std::uint8_t {
kModulationSystem_UNDEFINED,
kModulationSystem_DVBC_ANNEX_A,
kModulationSystem_DVBC_ANNEX_B,
kModulationSystem_DVBT,
kModulationSystem_DSS,
kModulationSystem_DVBS,
kModulationSystem_DVBS2,
kModulationSystem_DVBH,
kModulationSystem_ISDBT,
kModulationSystem_ISDBS,
kModulationSystem_ISDBC,
kModulationSystem_ATSC,
kModulationSystem_ATSCMH,
kModulationSystem_DTMB,
kModulationSystem_CMMB,
kModulationSystem_DAB,
kModulationSystem_DVBT2,
kModulationSystem_TURBO,
kModulationSystem_DVBC_ANNEX_C
} |
|
Definition at line 644 of file dtvconfparserhelpers.h.
◆ Types
Enumerator |
---|
kModulationSystem_UNDEFINED | |
kModulationSystem_DVBC_ANNEX_A | |
kModulationSystem_DVBC_ANNEX_B | |
kModulationSystem_DVBT | |
kModulationSystem_DSS | |
kModulationSystem_DVBS | |
kModulationSystem_DVBS2 | |
kModulationSystem_DVBH | |
kModulationSystem_ISDBT | |
kModulationSystem_ISDBS | |
kModulationSystem_ISDBC | |
kModulationSystem_ATSC | |
kModulationSystem_ATSCMH | |
kModulationSystem_DTMB | |
kModulationSystem_CMMB | |
kModulationSystem_DAB | |
kModulationSystem_DVBT2 | |
kModulationSystem_TURBO | |
kModulationSystem_DVBC_ANNEX_C | |
Definition at line 653 of file dtvconfparserhelpers.h.
◆ DTVModulationSystem()
◆ operator=()
◆ IsCompatible()
◆ ParseConf()
bool DTVModulationSystem::ParseConf |
( |
const QString & |
_value | ) |
|
|
inline |
◆ ParseVDR()
bool DTVModulationSystem::ParseVDR |
( |
const QString & |
_value | ) |
|
|
inline |
◆ Parse()
bool DTVModulationSystem::Parse |
( |
const QString & |
_value | ) |
|
|
inline |
◆ toString() [1/2]
QString DTVModulationSystem::toString |
( |
| ) |
const |
|
inline |
Definition at line 719 of file dtvconfparserhelpers.h.
Referenced by CardUtil::ConvertToTunerType(), ChannelUtil::CreateMultiplex(), dtvmultiplex_to_dtvproperties(), CardUtil::GetOrProbeDeliverySystem(), DVBChannel::Open(), DTVMultiplex::ParseDVB_T2(), CardUtil::ProbeBestDeliverySystem(), CardUtil::ProbeDefaultDeliverySystem(), CardUtil::ProbeSubTypeName(), HDHRChannelFetcher::run(), ScanDTVTransport::SaveScan(), ScanOptionalConfig::SetTuningPaneValues(), DTVMultiplex::toString(), toString(), TransportScanItem::TransportScanItem(), and ChannelScanSM::UpdateChannelInfo().
◆ toString() [2/2]
static QString DTVModulationSystem::toString |
( |
int |
_value | ) |
|
|
inlinestatic |
◆ kConfTable
◆ kVdrTable
◆ kParseTable
◆ kParseStrings
Initial value:{
"UNDEFINED",
"DVB-C/A",
"DVB-C/B",
"DVB-T",
"DSS",
"DVB-S",
"DVB-S2",
"DVBH",
"ISDBT",
"ISDBS",
"ISDBC",
"ATSC",
"ATSCMH",
"DTMB",
"CMMB",
"DAB",
"DVB-T2",
"TURBO",
"DVB-C/C",
}
kModulationSystem_UNDEFINED
kModulationSystem_DVBC_ANNEX_A kModulationSystem_DVBC_ANNEX_B kModulationSystem_DVBT kModulationSystem_DSS kModulationSystem_DVBS kModulationSystem_DVBS2 kModulationSystem_DVBH kModulationSystem_ISDBT kModulationSystem_ISDBS kModulationSystem_ISDBC kModulationSystem_ATSC kModulationSystem_ATSCMH kModulationSystem_DTMB kModulationSystem_CMMB kModulationSystem_DAB kModulationSystem_DVBT2 kModulationSystem_TURBO kModulationSystem_DVBC_ANNEX_C
Definition at line 650 of file dtvconfparserhelpers.h.
Referenced by toString().
The documentation for this class was generated from the following files: