|
Native Player
1.0
|
#include <memory>#include "nacl_player/buffering_listener.h"#include "nacl_player/media_events_listener.h"#include "nacl_player/subtitle_listener.h"#include "ppapi/cpp/var.h"#include "player/player_controller.h"#include "communicator/message_sender.h"#include "common.h"Go to the source code of this file.
Classes | |
| class | SubtitleListener |
This file defines SubtitleListener, MediaPlayerListener, MediaBufferingListener classes and PlayerListeners structure. More... | |
| class | MediaPlayerListener |
Listener class designed to handle player and playback related events from the platform. MediaPlayerListener receives event's information and passes it through the communication channel using MessageSender. More... | |
| class | MediaBufferingListener |
Listener class designed to handle buffering related events. MediaBufferingListener receives event's information and passes it through the communication channel using MessageSender. More... | |
| struct | PlayerListeners |
| It aggregates implementation of all basic listeners required by NaClPlayer. More... | |