#include <llmediaobservers.h>
Public Types | |
typedef LLMediaEvent | EventType |
Public Member Functions | |
virtual | ~LLMediaObserver () |
virtual void | onInit (const EventType &eventIn) |
virtual void | onSetUrl (const EventType &eventIn) |
virtual void | onLoad (const EventType &eventIn) |
virtual void | onPlay (const EventType &eventIn) |
virtual void | onPause (const EventType &eventIn) |
virtual void | onStop (const EventType &eventIn) |
virtual void | onUnload (const EventType &eventIn) |
virtual void | onPopupMessage (const EventType &eventIn) |
Definition at line 38 of file llmediaobservers.h.
Definition at line 41 of file llmediaobservers.h.
virtual LLMediaObserver::~LLMediaObserver | ( | ) | [inline, virtual] |
Definition at line 42 of file llmediaobservers.h.
Definition at line 50 of file llmediaobservers.h.
Definition at line 44 of file llmediaobservers.h.