Native Player
1.0
|
#include <array>
#include <string>
#include <memory>
#include <vector>
#include "nacl_player/media_player.h"
#include "nacl_player/media_data_source.h"
#include "ppapi/cpp/instance.h"
#include "ppapi/utility/threading/simple_thread.h"
#include "ppapi/utility/completion_callback_factory.h"
#include "player/player_controller.h"
#include "player/player_listeners.h"
#include "communicator/message_sender.h"
#include "common.h"
Go to the source code of this file.
Classes | |
class | UrlPlayerController |
This class controls NaCl Player in the playback from the URL scenario. More... | |