Pepper_47_C_interfaces
Public Attributes | List of all members
PPB_Flash_DRM_1_1 Struct Reference

#include <ppb_flash_drm.h>

Collaboration diagram for PPB_Flash_DRM_1_1:
Collaboration graph

Public Attributes

PP_Resource(* Create )(PP_Instance instance)
 
int32_t(* GetDeviceID )(PP_Resource drm, struct PP_Var *id, struct PP_CompletionCallback callback)
 
PP_Bool(* GetHmonitor )(PP_Resource drm, int64_t *hmonitor)
 
int32_t(* GetVoucherFile )(PP_Resource drm, PP_Resource *file_ref, struct PP_CompletionCallback callback)
 
int32_t(* MonitorIsExternal )(PP_Resource drm, PP_Bool *is_external, struct PP_CompletionCallback callback)
 

Detailed Description

A resource for performing Flash DRM-related operations.

Definition at line 36 of file ppb_flash_drm.h.

Member Data Documentation

PP_Resource(* PPB_Flash_DRM_1_1::Create)(PP_Instance instance)

Creates a PPB_Flash_DRM resource for performing DRM-related operations in Flash.

Definition at line 41 of file ppb_flash_drm.h.

int32_t(* PPB_Flash_DRM_1_1::GetDeviceID)(PP_Resource drm, struct PP_Var *id, struct PP_CompletionCallback callback)

Asynchronously computes the device ID. When available, it will place the string in |*id| and will call the completion callback. On failure the given var will be PP_VARTYPE_UNDEFINED.

Definition at line 47 of file ppb_flash_drm.h.

PP_Bool(* PPB_Flash_DRM_1_1::GetHmonitor)(PP_Resource drm, int64_t *hmonitor)

Windows and Mac only. Synchronously outputs the HMONITOR or CGDirectDisplayID corresponding to the monitor on which the plugin instance is displayed in |hmonitor|. This value is queried asynchronously and this will return PP_FALSE if the value is not yet available or an error occurred. PP_TRUE is returned on success.

Definition at line 57 of file ppb_flash_drm.h.

int32_t(* PPB_Flash_DRM_1_1::GetVoucherFile)(PP_Resource drm, PP_Resource *file_ref, struct PP_CompletionCallback callback)

Asynchronously returns a PPB_FileRef resource in |file_ref| which points to the Voucher file for performing DRM verification. |callback| will be called upon completion.

Definition at line 63 of file ppb_flash_drm.h.

int32_t(* PPB_Flash_DRM_1_1::MonitorIsExternal)(PP_Resource drm, PP_Bool *is_external, struct PP_CompletionCallback callback)

Asynchronously returns a value indicating whether the monitor on which the plugin instance is displayed is external. |callback| will be called upon completion.

Definition at line 71 of file ppb_flash_drm.h.


The documentation for this struct was generated from the following file: