.ic_caption = N_("DVB-T multiplex"),
.ic_properties = (const property_t[]){
{
- MUX_PROP_STR("delsys", N_("Delivery system"), dvbt, delsys, "DVBT"),
+ MUX_PROP_STR("delsys", N_("Delivery system"), dvbt, delsys, "DVB-T"),
.desc = N_("The delivery system the mux uses. "
"Make sure that your tuner supports the delivery "
"system selected here."),
"do not like the AUTO setting."),
},
{
- MUX_PROP_STR("constellation", N_("Constellation"), dvbt, qam, N_("AUTO")),
+ MUX_PROP_STR("constellation", N_("Constellation"), dvbt, qam, N_("QAM/AUTO")),
.desc = N_("The COFDM modulation used by the mux. "
"If you're not sure of the value leave as AUTO."),
},
.off = offsetof(dvb_mux_t, lm_tuning.u.dmc_fe_qam.symbol_rate),
},
{
- MUX_PROP_STR("constellation", N_("Constellation"), dvbc, qam, N_("AUTO")),
+ MUX_PROP_STR("constellation", N_("Constellation"), dvbc, qam, N_("QAM/AUTO")),
.desc = N_("The quadrature amplitude modulation (QAM) used by the mux. "
"If you're not sure of the value leave as AUTO."),
},
.ic_caption = N_("DVB-S multiplex"),
.ic_properties = (const property_t[]){
{
- MUX_PROP_STR("delsys", N_("Delivery system"), dvbs, delsys, "DVBS"),
+ MUX_PROP_STR("delsys", N_("Delivery system"), dvbs, delsys, "DVB-S"),
.desc = N_("The delivery system used by your provider."),
},
{
.set = dvb_mux_dvbt_class_frequency_set,
},
{
- MUX_PROP_STR("modulation", N_("Modulation"), atsc_t, qam, N_("AUTO")),
+ MUX_PROP_STR("modulation", N_("Modulation"), atsc_t, qam, N_("QAM/AUTO")),
.desc = N_("The modulation used on the mux."),
},
{}
.off = offsetof(dvb_mux_t, lm_tuning.u.dmc_fe_qam.symbol_rate),
},
{
- MUX_PROP_STR("constellation", N_("Constellation"), dvbc, qam, N_("AUTO")),
+ MUX_PROP_STR("constellation", N_("Constellation"), dvbc, qam, N_("QAM/AUTO")),
.desc = N_("The quadrature amplitude modulation (QAM) used by the mux. "
"If you're not sure of the value leave as AUTO."),
},
.desc = N_("The layer A forward error correction."),
},
{
- MUX_PROP_STR("layera_mod", N_("Layer A: Constellation"), isdb_t, isdbt_mod_a, N_("AUTO")),
+ MUX_PROP_STR("layera_mod", N_("Layer A: Constellation"), isdb_t, isdbt_mod_a, N_("QAM/AUTO")),
.desc = N_("The layer A constellation."),
},
{
.desc = N_("The layer B forward error correction."),
},
{
- MUX_PROP_STR("layerb_mod", N_("Layer B: Constellation"), isdb_t, isdbt_mod_b, N_("AUTO")),
+ MUX_PROP_STR("layerb_mod", N_("Layer B: Constellation"), isdb_t, isdbt_mod_b, N_("QAM/AUTO")),
.desc = N_("The layer B constellation."),
},
{
.desc = N_("The layer C forward error correction."),
},
{
- MUX_PROP_STR("layerc_mod", N_("Layer C: Constellation"), isdb_t, isdbt_mod_c, N_("AUTO")),
+ MUX_PROP_STR("layerc_mod", N_("Layer C: Constellation"), isdb_t, isdbt_mod_c, N_("QAM/AUTO")),
.desc = N_("The layer C constellation."),
},
{
.off = offsetof(dvb_mux_t, lm_tuning.u.dmc_fe_qam.symbol_rate),
},
{
- MUX_PROP_STR("constellation", N_("Constellation"), dvbc, qam, N_("AUTO")),
+ MUX_PROP_STR("constellation", N_("Constellation"), dvbc, qam, N_("QAM/AUTO")),
.desc = N_("The quadrature amplitude modulation (QAM) used by the mux. "
"If you're not sure of the value leave as AUTO."),
},
.ic_caption = N_("ISDB-S multiplex"),
.ic_properties = (const property_t[]){
{
- MUX_PROP_STR("delsys", N_("Delivery system"), isdb_s, delsys, "ISDBS"),
+ MUX_PROP_STR("delsys", N_("Delivery system"), isdb_s, delsys, "ISDB-S"),
.desc = N_("The delivery system used by your provider."),
},
{
.ic_caption = N_("DTMB multiplex"),
.ic_properties = (const property_t[]){
{
- MUX_PROP_STR("delsys", N_("Delivery system"), dtmb, delsys, "DVBT"),
+ MUX_PROP_STR("delsys", N_("Delivery system"), dtmb, delsys, "DTMB"),
.desc = N_("The delivery system the mux uses. "
"Make sure that your tuner supports the delivery "
"system selected here."),
"do not like the AUTO setting."),
},
{
- MUX_PROP_STR("constellation", N_("Constellation"), dtmb, qam, N_("AUTO")),
+ MUX_PROP_STR("constellation", N_("Constellation"), dtmb, qam, N_("QAM/AUTO")),
.desc = N_("The COFDM modulation used by the mux. "
"If you're not sure of the value leave as AUTO."),
},