| Pepper_47_C_interfaces
    | 
#include <pp_codecs.h>

| Public Attributes | |
| uint32_t | size | 
| void * | buffer | 
| PP_Bool | key_frame | 
Struct describing a bitstream buffer.
Definition at line 228 of file pp_codecs.h.
| void* PP_BitstreamBuffer::buffer | 
The base address of the bitstream data.
Definition at line 236 of file pp_codecs.h.
| PP_Bool PP_BitstreamBuffer::key_frame | 
Whether the buffer represents a key frame.
Definition at line 240 of file pp_codecs.h.
| uint32_t PP_BitstreamBuffer::size | 
The size, in bytes, of the bitstream data.
Definition at line 232 of file pp_codecs.h.
 1.8.6
 1.8.6