Source release v3.0.2
This commit is contained in:
@@ -130,6 +130,20 @@ class CDM_EXPORT Cdm : public ITimerClient {
|
||||
// See Cdm::createSession().
|
||||
class IEventListener {
|
||||
public:
|
||||
// A URL to be added to a renewal request message.
|
||||
// This call will immediately precede the onMessage() call.
|
||||
// Do not override this call if the URL is not needed.
|
||||
//
|
||||
// WARNING: this call exists temporarily to allow interoperation with
|
||||
// older versions of Chromium and the prefixed EME API. This call will
|
||||
// be removed in a future release. Therefore: (1) Do not use this call
|
||||
// unless you are certain that it is needed on your platform for your
|
||||
// application, and (2) If it is needed, figure how move to a new version
|
||||
// of Chromium and the unprefixed EME API as soon as possible.
|
||||
// TODO: Remove this call (see b/24776024).
|
||||
virtual void onMessageUrl(const std::string& session_id,
|
||||
const std::string& server_url) {}
|
||||
|
||||
// A message (license request, renewal, etc.) to be dispatched to the
|
||||
// application's license server.
|
||||
// The response, if successful, should be provided back to the CDM via a
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
// Widevine CE CDM Version
|
||||
#define CDM_VERSION "v3.0.1-0-g41710d9-ce"
|
||||
#define CDM_VERSION "v3.0.2-0-g161de1b-ce"
|
||||
|
||||
Reference in New Issue
Block a user