Pepper_47_C_interfaces
|
#include "ppapi/c/pp_array_output.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_point.h"
#include "ppapi/c/pp_rect.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_size.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_time.h"
#include "ppapi/c/samsung/pp_media_common_samsung.h"
#include "ppapi/c/samsung/pp_media_player_samsung.h"
#include "ppapi/c/samsung/ppp_media_player_samsung.h"
Go to the source code of this file.
Classes | |
struct | PPB_MediaPlayer_Samsung_1_1 |
struct | PPB_MediaPlayer_Samsung_1_0 |
Macros | |
#define | PPB_MEDIAPLAYER_SAMSUNG_INTERFACE_1_0 "PPB_MediaPlayer_Samsung;1.0" |
#define | PPB_MEDIAPLAYER_SAMSUNG_INTERFACE_1_1 "PPB_MediaPlayer_Samsung;1.1" |
#define | PPB_MEDIAPLAYER_SAMSUNG_INTERFACE PPB_MEDIAPLAYER_SAMSUNG_INTERFACE_1_1 |
Typedefs | |
typedef struct PPB_MediaPlayer_Samsung_1_1 | PPB_MediaPlayer_Samsung |
This file defines the PPB_MediaPlayer_Samsung
interface, which provides multimedia streaming, playback control capabilities.
Part of Pepper Media Player interfaces (Samsung's extension).
Basic idea:
PPB_MediaPlayer_Samsung
is interface allowing application to control playback state, inquire about playback state and to set listeners for various playback related events (see PPP_MediaEventsListener_Samsung
). It's also responsible for assigning data source which will feed player with media data.For full description of Data Sources see ppb_media_data_source_samsung.idl.
Definition in file ppb_media_player_samsung.h.
#define PPB_MEDIAPLAYER_SAMSUNG_INTERFACE PPB_MEDIAPLAYER_SAMSUNG_INTERFACE_1_1 |
Definition at line 28 of file ppb_media_player_samsung.h.
#define PPB_MEDIAPLAYER_SAMSUNG_INTERFACE_1_0 "PPB_MediaPlayer_Samsung;1.0" |
Definition at line 26 of file ppb_media_player_samsung.h.
#define PPB_MEDIAPLAYER_SAMSUNG_INTERFACE_1_1 "PPB_MediaPlayer_Samsung;1.1" |
Definition at line 27 of file ppb_media_player_samsung.h.