Definition at line 316 of file MVideo.cc.
References fControls, MVideoCtrl::fDefault, str, and WriteControl().
324 if (!env.Defined(o->GetName()))
327 TString
str = env.GetValue(o->GetName(),
"");
328 str = str.Strip(TString::kBoth);
329 str.ReplaceAll(
" ",
"_");
330 str.ReplaceAll(
":",
"_");
336 const Int_t val = str==
"default" || str==
"def" ?
337 ctrl.
fDefault : env.GetValue(o->GetName(), 0);
Bool_t WriteControl(MVideoCtrl &vctrl, Int_t val) const