Pepper_47_C_interfaces
Classes | Macros | Typedefs | Enumerations | Functions
ppb_device_ref_dev.h File Reference
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
Include dependency graph for ppb_device_ref_dev.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PPB_DeviceRef_Dev_0_1
 

Macros

#define PPB_DEVICEREF_DEV_INTERFACE_0_1   "PPB_DeviceRef(Dev);0.1"
 
#define PPB_DEVICEREF_DEV_INTERFACE   PPB_DEVICEREF_DEV_INTERFACE_0_1
 

Typedefs

typedef void(* PP_MonitorDeviceChangeCallback )(void *user_data, uint32_t device_count, const PP_Resource devices[])
 
typedef struct
PPB_DeviceRef_Dev_0_1 
PPB_DeviceRef_Dev
 

Enumerations

enum  PP_DeviceType_Dev { PP_DEVICETYPE_DEV_INVALID = 0, PP_DEVICETYPE_DEV_AUDIOCAPTURE = 1, PP_DEVICETYPE_DEV_VIDEOCAPTURE = 2, PP_DEVICETYPE_DEV_REMOVABLESTORAGE = 101 }
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_DeviceType_Dev, 4)
 

Detailed Description

This file defines the PPB_DeviceRef_Dev interface.

Definition in file ppb_device_ref_dev.h.

Macro Definition Documentation

#define PPB_DEVICEREF_DEV_INTERFACE   PPB_DEVICEREF_DEV_INTERFACE_0_1

Definition at line 18 of file ppb_device_ref_dev.h.

#define PPB_DEVICEREF_DEV_INTERFACE_0_1   "PPB_DeviceRef(Dev);0.1"

Definition at line 17 of file ppb_device_ref_dev.h.