Pepper_47_C_interfaces
Classes | Macros | Typedefs | Enumerations
ppb_video_frame.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_size.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_time.h"
Include dependency graph for ppb_video_frame.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PPB_VideoFrame_0_1
 

Macros

#define PPB_VIDEOFRAME_INTERFACE_0_1   "PPB_VideoFrame;0.1"
 
#define PPB_VIDEOFRAME_INTERFACE   PPB_VIDEOFRAME_INTERFACE_0_1
 

Typedefs

typedef struct PPB_VideoFrame_0_1 PPB_VideoFrame
 

Enumerations

enum  PP_VideoFrame_Format {
  PP_VIDEOFRAME_FORMAT_UNKNOWN = 0, PP_VIDEOFRAME_FORMAT_YV12 = 1, PP_VIDEOFRAME_FORMAT_I420 = 2, PP_VIDEOFRAME_FORMAT_BGRA = 3,
  PP_VIDEOFRAME_FORMAT_LAST = PP_VIDEOFRAME_FORMAT_BGRA
}
 

Detailed Description

Defines the PPB_VideoFrame interface.

Definition in file ppb_video_frame.h.

Macro Definition Documentation

#define PPB_VIDEOFRAME_INTERFACE   PPB_VIDEOFRAME_INTERFACE_0_1

Definition at line 19 of file ppb_video_frame.h.

#define PPB_VIDEOFRAME_INTERFACE_0_1   "PPB_VideoFrame;0.1"

Definition at line 18 of file ppb_video_frame.h.