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