{{+bindTo:partials.standard_nacl_api}}

ppb_video_frame.h File Reference

{{- dummy div to appease doxygen -}}
Include dependency graph for ppb_video_frame.h:

Data Structures

struct  PPB_VideoFrame

Defines

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

Typedefs

typedef struct PPB_VideoFrame 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.


Define Documentation

#define PPB_VIDEOFRAME_INTERFACE   "PPB_VideoFrame;0.1"
{{/partials.standard_nacl_api}}