Searched defs:CastKeySystem (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chromecast/media/base/
H A Dkey_systems_common.h15 enum CastKeySystem { enum in namespace:chromecast::media
22 // Translates a key system string into a CastKeySystem, calling into the
24 CastKeySystem GetKeySystemByName(const std::string& key_system_name);
26 // Translates a platform-specific key system string into a CastKeySystem.
28 CastKeySystem GetPlatformKeySystemByName(const std::string& key_system_name);

Completed in 293 milliseconds