Searched refs:stepValueMB (Results 1 – 1 of 1) sorted by relevance
82 static constexpr const char *stepValueMB = "stepValueMB"; /**< step value in millibel. */ member365 std::string stepValueMBLiteral = getXmlAttribute(cur, Attributes::stepValueMB); in deserialize()366 uint32_t stepValueMB; in deserialize() local367 if (!stepValueMBLiteral.empty() && convertTo(stepValueMBLiteral, stepValueMB)) { in deserialize()368 gain->setStepValueInMb(stepValueMB); in deserialize()