Searched refs:maxValueMB (Results 1 – 1 of 1) sorted by relevance
79 static constexpr const char *maxValueMB = "maxValueMB"; /**< max value in millibel. */ member352 std::string maxValueMBLiteral = getXmlAttribute(cur, Attributes::maxValueMB); in deserialize()353 int32_t maxValueMB; in deserialize() local354 if (!maxValueMBLiteral.empty() && convertTo(maxValueMBLiteral, maxValueMB)) { in deserialize()355 gain->setMaxValueInMb(maxValueMB); in deserialize()