| Pepper_47_C_interfaces
    | 
#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"

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 } | 
Defines the PPB_VideoFrame interface. 
Definition in file ppb_video_frame.h.
| #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.
 1.8.6
 1.8.6