| Pepper_47_C_interfaces
    | 
#include <pp_codecs.h>

| Public Attributes | |
| uint32_t | decode_id | 
| uint32_t | texture_id | 
| uint32_t | texture_target | 
| struct PP_Size | texture_size | 
Struct describing a decoded video picture. The decoded picture data is stored in the GL texture corresponding to |texture_id|. The plugin can determine which Decode call generated the picture using |decode_id|.
Definition at line 117 of file pp_codecs.h.
| uint32_t PP_VideoPicture_0_1::decode_id | 
|decode_id| parameter of the Decode call which generated this picture. See the PPB_VideoDecoder function Decode() for more details.
Definition at line 122 of file pp_codecs.h.
| uint32_t PP_VideoPicture_0_1::texture_id | 
Texture ID in the plugin's GL context. The plugin can use this to render the decoded picture.
Definition at line 127 of file pp_codecs.h.
| struct PP_Size PP_VideoPicture_0_1::texture_size | 
Dimensions of the texture holding the decoded picture.
Definition at line 140 of file pp_codecs.h.
| uint32_t PP_VideoPicture_0_1::texture_target | 
The GL texture target for the decoded picture. Possible values are: GL_TEXTURE_2D GL_TEXTURE_RECTANGLE_ARB GL_TEXTURE_EXTERNAL_OES
The pixel format of the texture is GL_RGBA.
Definition at line 136 of file pp_codecs.h.
 1.8.6
 1.8.6