Pepper_47_C_interfaces
Public Attributes | List of all members
PP_BitstreamBuffer Struct Reference

#include <pp_codecs.h>

Collaboration diagram for PP_BitstreamBuffer:
Collaboration graph

Public Attributes

uint32_t size
 
void * buffer
 
PP_Bool key_frame
 

Detailed Description

Struct describing a bitstream buffer.

Definition at line 228 of file pp_codecs.h.

Member Data Documentation

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.


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