#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 646 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 655 of file dtvconfparserhelpers.h.
◆ DTVModulationSystem()
◆ IsCompatible()
◆ operator=()
◆ Parse()
| bool DTVModulationSystem::Parse |
( |
const QString & |
_value | ) |
|
|
inline |
◆ ParseConf()
| bool DTVModulationSystem::ParseConf |
( |
const QString & |
_value | ) |
|
|
inline |
◆ ParseVDR()
| bool DTVModulationSystem::ParseVDR |
( |
const QString & |
_value | ) |
|
|
inline |
◆ toString() [1/2]
| QString DTVModulationSystem::toString |
( |
| ) |
const |
|
inline |
Definition at line 721 of file dtvconfparserhelpers.h.
Referenced by CardUtil::ConvertToTunerType(), ChannelUtil::CreateMultiplex(), dtvmultiplex_to_dtvproperties(), CardUtil::GetOrProbeDeliverySystem(), DVBChannel::Open(), DTVMultiplex::ParseDVB_T2(), CardUtil::ProbeBestDeliverySystem(), CardUtil::ProbeCurrentDeliverySystem(), CardUtil::ProbeDefaultDeliverySystem(), CardUtil::ProbeDeliverySystems(), CardUtil::ProbeSubTypeName(), HDHRChannelFetcher::run(), ScanDTVTransport::SaveScan(), ScanOptionalConfig::SetTuningPaneValues(), toString(), DTVMultiplex::toString(), TransportScanItem::TransportScanItem(), and ChannelScanSM::UpdateChannelInfo().
◆ toString() [2/2]
| static QString DTVModulationSystem::toString |
( |
int |
_value | ) |
|
|
inlinestatic |
◆ kConfTable
Initial value:{
}
@ kModulationSystem_DVBS2
@ kModulationSystem_DVBT2
@ kModulationSystem_ISDBS
@ kModulationSystem_ISDBT
@ kModulationSystem_ISDBC
@ kModulationSystem_DVBC_ANNEX_A
@ kModulationSystem_UNDEFINED
@ kModulationSystem_DVBC_ANNEX_C
@ kModulationSystem_TURBO
@ kModulationSystem_ATSCMH
@ kModulationSystem_DVBC_ANNEX_B
Definition at line 649 of file dtvconfparserhelpers.h.
Referenced by ParseConf().
◆ 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 652 of file dtvconfparserhelpers.h.
Referenced by toString().
◆ kParseTable
◆ kVdrTable
The documentation for this class was generated from the following files: