Shaka Player Embedded
|
#include <media_key_system_access.h>
Public Member Functions | |
MediaKeySystemAccess (const std::string &key_system, MediaKeySystemConfiguration config, std::shared_ptr< ImplementationFactory > factory) | |
MediaKeySystemConfiguration | GetConfiguration () const |
Promise | CreateMediaKeys () |
![]() | |
BackingObject () | |
void | Trace (memory::HeapTracer *tracer) const override |
bool | IsRootedAlive () const override |
std::string | name () const |
virtual BackingObjectFactoryBase * | factory () const =0 |
bool | DerivedFrom (const std::string &base) |
ReturnVal< JsValue > | JsThis () const |
void | SetJsThis (Handle< JsObject > this_) |
![]() | |
virtual | ~Traceable () |
virtual bool | IsShortLived () const |
Public Attributes | |
const std::string | key_system |
Additional Inherited Members | |
![]() | |
static void * | operator new[] (size_t size)=delete |
static void | operator delete[] (void *)=delete |
![]() | |
static constexpr const size_t | kInternalFieldCount = 2 |
![]() | |
static constexpr const uint64_t | kShortLiveDurationMs = 5000 |
![]() | |
~BackingObject () override | |
Definition at line 31 of file media_key_system_access.h.
shaka::js::eme::MediaKeySystemAccess::MediaKeySystemAccess | ( | const std::string & | key_system, |
MediaKeySystemConfiguration | config, | ||
std::shared_ptr< ImplementationFactory > | factory | ||
) |
Definition at line 26 of file media_key_system_access.cc.
Promise shaka::js::eme::MediaKeySystemAccess::CreateMediaKeys | ( | ) |
Definition at line 39 of file media_key_system_access.cc.
Doxygen_Skip MediaKeySystemConfiguration shaka::js::eme::MediaKeySystemAccess::GetConfiguration | ( | ) | const |
Definition at line 35 of file media_key_system_access.cc.
const std::string shaka::js::eme::MediaKeySystemAccess::key_system |
Definition at line 42 of file media_key_system_access.h.