Searched defs:ConfigMapper (Results 1 – 1 of 1) sorted by relevance
86 struct ConfigMapper { struct90 typedef std::function<C2Value(C2Value)> Mapper;93 typedef CCodecConfig::Domain Domain;95 ConfigMapper(std::string mediaKey, C2String c2struct, C2String c2field) in ConfigMapper() argument99 ConfigMapper &limitTo(uint32_t domain) { in limitTo()106 ConfigMapper &withMapper(Mapper mapper) { in withMapper()114 ConfigMapper &withMappers(Mapper mapper, Mapper reverse) { in withMappers()124 ConfigMapper &withC2Mappers() { in withC2Mappers()148 C2Value mapFromMessage(const AMessage::ItemData &item) const { in mapFromMessage()170 AMessage::ItemData mapToMessage(C2Value value) const { in mapToMessage()[all …]