Add CTS support for Widevine DRM plugin

Fix for bug 3329779

Change-Id: I2e44bea50c31e7c70162c8cb0496fde30e62c2dd
This commit is contained in:
Gloria Wang
2011-03-07 11:44:00 -08:00
parent 7e8c3b616e
commit 007788f060
7 changed files with 38 additions and 4 deletions

View File

@@ -45,6 +45,8 @@ class WVDRMPluginAPI {
virtual void CloseSession() = 0;
virtual bool IsSupportedMediaType(const char *uri) = 0;
virtual bool RegisterDrmInfo(std::string &portal, std::string &dsPath) = 0;
virtual bool UnregisterDrmInfo(std::string &portal, std::string &dsPath) = 0;
virtual bool AcquireDrmInfo(std::string &assetPath, WVCredentials &credentials,
std::string &dsPath,
const std::string &assetIdStr, const std::string &systemIdStr,