Fix media_cas_proxy_sdk build issue.
Add example binary for testing building the SDK after 'git clone' from our repo. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=227583629
This commit is contained in:
7
sdk/external/common/wvpl/wvpl_sdk_session.h
vendored
7
sdk/external/common/wvpl/wvpl_sdk_session.h
vendored
@@ -105,6 +105,13 @@ class WvPLSDKSession {
|
||||
return request_type_;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if the license type is offline, otherwise return false.
|
||||
*
|
||||
* @return bool.
|
||||
*/
|
||||
virtual bool is_offline_license() const;
|
||||
|
||||
protected:
|
||||
const widevine::DrmRootCertificate* drm_root_certificate_;
|
||||
std::string user_agent_;
|
||||
|
||||
2
sdk/external/common/wvpl/wvpl_types.h
vendored
2
sdk/external/common/wvpl/wvpl_types.h
vendored
@@ -23,7 +23,7 @@
|
||||
|
||||
namespace widevine_server {
|
||||
namespace wv_pl_sdk {
|
||||
typedef widevine::util::Status WvPLStatus;
|
||||
typedef widevine::Status WvPLStatus;
|
||||
typedef uint32_t uint32_t;
|
||||
typedef int64_t int64_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user