Searched defs:CdmWrapper (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/cdm/ppapi/
H A Dcdm_wrapper.h20 // CdmWrapper wraps different versions of ContentDecryptionModule interfaces and
23 // The caller should call CdmWrapper::Create() to create a CDM instance.
24 // CdmWrapper will first try to create a CDM instance that supports the latest
26 // created (e.g. an older CDM was loaded), CdmWrapper will try to create a CDM
28 // ContentDecryptionModule_*). Internally CdmWrapper converts the CdmWrapper
31 // Note that CdmWrapper interface always reflects the latest state of content
36 class CdmWrapper { class in namespace:media
48 static CdmWrapper* Create(const char* key_system,
53 virtual ~CdmWrapper() {};
120 CdmWrapper() : current_key_request_session_id_(kInvalidSessionId) {} function in class:media::CdmWrapper
[all...]

Completed in 164 milliseconds