Shaka Player Embedded
|
#include <media_error.h>
Public Member Functions | |
MediaError (MediaErrorCode code, const std::string &message) | |
![]() | |
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 MediaErrorCode | code |
const std::string | message |
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 | |
An error in a media element.
Definition at line 39 of file media_error.h.
shaka::js::mse::MediaError::MediaError | ( | MediaErrorCode | code, |
const std::string & | message | ||
) |
Definition at line 21 of file media_error.cc.
const MediaErrorCode shaka::js::mse::MediaError::code |
Definition at line 45 of file media_error.h.
const std::string shaka::js::mse::MediaError::message |
Definition at line 46 of file media_error.h.