Shaka Player Embedded
|
#include <navigator.h>
Public Member Functions | |
Navigator () | |
Promise | RequestMediaKeySystemAccess (std::string key_system, std::vector< eme::MediaKeySystemConfiguration > configs) |
![]() | |
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 | app_name = "Netscape" |
const std::string | app_code_name = "Mozilla" |
const std::string | app_version = "5.0" |
const std::string | platform = PLATFORM |
const std::string | product = "Gecko" |
const std::string | product_sub = "20030107" |
const std::string | vendor = "Shaka-Player-Embedded" |
const std::string | vendor_sub = SHAKA_VERSION_STR |
const std::string | user_agent = "Mozilla" "/" "5.0" " (" PLATFORM ") " "Shaka-Player-Embedded" "/" SHAKA_VERSION_STR |
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 47 of file navigator.h.
shaka::js::Navigator::Navigator | ( | ) |
Definition at line 26 of file navigator.cc.
Doxygen_Skip Promise shaka::js::Navigator::RequestMediaKeySystemAccess | ( | std::string | key_system, |
std::vector< eme::MediaKeySystemConfiguration > | configs | ||
) |
Definition at line 31 of file navigator.cc.
const std::string shaka::js::Navigator::app_code_name = "Mozilla" |
Definition at line 54 of file navigator.h.
const std::string shaka::js::Navigator::app_name = "Netscape" |
Definition at line 53 of file navigator.h.
const std::string shaka::js::Navigator::app_version = "5.0" |
Definition at line 55 of file navigator.h.
const std::string shaka::js::Navigator::platform = PLATFORM |
Definition at line 56 of file navigator.h.
const std::string shaka::js::Navigator::product = "Gecko" |
Definition at line 57 of file navigator.h.
const std::string shaka::js::Navigator::product_sub = "20030107" |
Definition at line 58 of file navigator.h.
const std::string shaka::js::Navigator::user_agent = "Mozilla" "/" "5.0" " (" PLATFORM ") " "Shaka-Player-Embedded" "/" SHAKA_VERSION_STR |
Definition at line 61 of file navigator.h.
const std::string shaka::js::Navigator::vendor = "Shaka-Player-Embedded" |
Definition at line 59 of file navigator.h.
const std::string shaka::js::Navigator::vendor_sub = SHAKA_VERSION_STR |
Definition at line 60 of file navigator.h.