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