Searched defs:ContentConfiguration (Results 1 – 3 of 3) sorted by relevance
138 struct ContentConfiguration { struct143 const std::string name;150 const std::string serverUrl;156 const std::vector<uint8_t> initData;161 const std::string mimeType;166 const std::map<std::string, std::string> optionalParameters;172 struct Policy {181 } policy;186 struct Key {214 virtual std::vector<ContentConfiguration> argument
54 using ContentConfiguration = ::DrmHalVTSVendorModule_V1::ContentConfiguration; variable