Pepper_31_C_interfaces
Public Attributes | List of all members
PP_VideoBitstreamBuffer_Dev Struct Reference

#include <pp_video_dev.h>

Collaboration diagram for PP_VideoBitstreamBuffer_Dev:
Collaboration graph

Public Attributes

int32_t id
 
PP_Resource data
 
uint32_t size
 

Detailed Description

The data structure for video bitstream buffer.

Definition at line 62 of file pp_video_dev.h.

Member Data Documentation

PP_Resource PP_VideoBitstreamBuffer_Dev::data

Buffer to hold the bitstream data. Should be allocated using the PPB_Buffer interface for consistent interprocess behaviour.

Definition at line 72 of file pp_video_dev.h.

int32_t PP_VideoBitstreamBuffer_Dev::id

Client-specified identifier for the bitstream buffer. Valid values are non-negative.

Definition at line 67 of file pp_video_dev.h.

uint32_t PP_VideoBitstreamBuffer_Dev::size

Size of the bitstream contained in buffer (in bytes).

Definition at line 76 of file pp_video_dev.h.


The documentation for this struct was generated from the following file: