5 #ifndef PPAPI_CPP_SAMSUNG_MEDIA_PLAYER_SAMSUNG_H_
6 #define PPAPI_CPP_SAMSUNG_MEDIA_PLAYER_SAMSUNG_H_
11 #include "ppapi/c/samsung/ppb_media_player_samsung.h"
23 class MediaDataSource_Samsung;
67 PP_MediaPlayerMode player_mode,
68 PP_BindToInstanceMode bind_mode);
247 typedef std::vector<PP_VideoTrackInfo> VideoTracksList;
279 typedef std::vector<PP_AudioTrackInfo> AudioTracksList;
311 typedef std::vector<PP_TextTrackInfo> TextTracksList;
358 PP_ElementaryStream_Type_Samsung track_type,
359 uint32_t track_index,
402 const std::string& file_path,
403 const std::string& encoding,
448 PP_MediaPlayerDisplayMode display_mode,
467 PP_MediaPlayerDRMType drm_type,
468 PP_MediaPlayerDRMOperation drm_operation,
469 uint32_t drm_data_size,
470 const void* drm_data,
488 PP_MediaPlayerVr360Mode display_mode,
503 float horizontal_angle,
504 float vertical_angle,
524 #endif // PPAPI_CPP_SAMSUNG_MEDIA_PLAYER_SAMSUNG_H_
Definition: completion_callback.h:189
Definition: completion_callback.h:26
Definition: instance_handle.h:44
A reference counted module resource.
Definition: resource.h:20