|
Shaka Player Embedded
|
#include <media_key_system_configuration.h>
Public Member Functions | |
| DECLARE_STRUCT_SPECIAL_METHODS_COPYABLE (MediaKeySystemConfiguration) | |
| ADD_DICT_FIELD (label, std::string) | |
| ADD_DICT_FIELD (initDataTypes, std::vector< MediaKeyInitDataType >) | |
| ADD_DICT_FIELD (audioCapabilities, std::vector< MediaKeySystemMediaCapability >) | |
| ADD_DICT_FIELD (videoCapabilities, std::vector< MediaKeySystemMediaCapability >) | |
| ADD_DICT_FIELD (distinctiveIdentifier, MediaKeysRequirement) | |
| ADD_DICT_FIELD (persistentState, MediaKeysRequirement) | |
| ADD_DICT_FIELD (sessionTypes, std::vector< MediaKeySessionType >) | |
Public Member Functions inherited from shaka::Struct | |
| Struct () | |
| ~Struct () override | |
| Struct (const Struct &) | |
| Struct (Struct &&) | |
| Struct & | operator= (const Struct &) |
| Struct & | operator= (Struct &&) |
| bool | TryConvert (Handle< JsValue > value) override |
| ReturnVal< JsValue > | ToJsValue () const override |
| void | Trace (memory::HeapTracer *tracer) const override |
Public Member Functions inherited from shaka::GenericConverter | |
| virtual | ~GenericConverter () |
Public Member Functions inherited from shaka::memory::Traceable | |
| virtual | ~Traceable () |
| virtual bool | IsRootedAlive () const |
| virtual bool | IsShortLived () const |
Additional Inherited Members | |
Static Public Attributes inherited from shaka::memory::Traceable | |
| static constexpr const uint64_t | kShortLiveDurationMs = 5000 |
Protected Member Functions inherited from shaka::Struct | |
| template<typename Parent , typename Field > | |
| Field | CreateFieldConverter (const std::string &name, Field Parent::*field) |
Definition at line 40 of file media_key_system_configuration.h.
| shaka::js::eme::MediaKeySystemConfiguration::ADD_DICT_FIELD | ( | label | , |
| std::string | |||
| ) |
| shaka::js::eme::MediaKeySystemConfiguration::ADD_DICT_FIELD | ( | initDataTypes | , |
| std::vector< MediaKeyInitDataType > | |||
| ) |
| shaka::js::eme::MediaKeySystemConfiguration::ADD_DICT_FIELD | ( | audioCapabilities | , |
| std::vector< MediaKeySystemMediaCapability > | |||
| ) |
| shaka::js::eme::MediaKeySystemConfiguration::ADD_DICT_FIELD | ( | videoCapabilities | , |
| std::vector< MediaKeySystemMediaCapability > | |||
| ) |
| shaka::js::eme::MediaKeySystemConfiguration::ADD_DICT_FIELD | ( | distinctiveIdentifier | , |
| MediaKeysRequirement | |||
| ) |
| shaka::js::eme::MediaKeySystemConfiguration::ADD_DICT_FIELD | ( | persistentState | , |
| MediaKeysRequirement | |||
| ) |
| shaka::js::eme::MediaKeySystemConfiguration::ADD_DICT_FIELD | ( | sessionTypes | , |
| std::vector< MediaKeySessionType > | |||
| ) |
| shaka::js::eme::MediaKeySystemConfiguration::DECLARE_STRUCT_SPECIAL_METHODS_COPYABLE | ( | MediaKeySystemConfiguration | ) |
1.8.13