|
Shaka Player Embedded
|
#include <offline_externs.h>
Public Member Functions | |
| DECLARE_STRUCT_SPECIAL_METHODS_MOVE_ONLY (StoredContent) | |
| ADD_DICT_FIELD (offlineUri, shaka::optional< std::string >) | |
| ADD_DICT_FIELD (originalManifestUri, std::string) | |
| ADD_DICT_FIELD (duration, double) | |
| ADD_DICT_FIELD (size, double) | |
| ADD_DICT_FIELD (expiration, double) | |
| ADD_DICT_FIELD (appMetadata, std::unordered_map< std::string, std::string >) | |
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 32 of file offline_externs.h.
| shaka::js::StoredContent::ADD_DICT_FIELD | ( | offlineUri | , |
| shaka::optional< std::string > | |||
| ) |
| shaka::js::StoredContent::ADD_DICT_FIELD | ( | originalManifestUri | , |
| std::string | |||
| ) |
| shaka::js::StoredContent::ADD_DICT_FIELD | ( | duration | , |
| double | |||
| ) |
| shaka::js::StoredContent::ADD_DICT_FIELD | ( | size | , |
| double | |||
| ) |
| shaka::js::StoredContent::ADD_DICT_FIELD | ( | expiration | , |
| double | |||
| ) |
| shaka::js::StoredContent::ADD_DICT_FIELD | ( | appMetadata | , |
| std::unordered_map< std::string, std::string > | |||
| ) |
| shaka::js::StoredContent::DECLARE_STRUCT_SPECIAL_METHODS_MOVE_ONLY | ( | StoredContent | ) |
1.8.13