Searched defs:AudioModuleInfo (Results 1 – 1 of 1) sorted by relevance
101 struct AudioModuleInfo { struct102 std::string className;103 std::string name;104 std::string adapterName;105 std::string id;106 std::string lib;107 std::string role;109 std::string rate;111 std::set<uint32_t> supportedRate_;112 std::set<uint64_t> supportedChannelLayout_;[all …]