Pepper_47_C_interfaces
|
#include <pp_codecs.h>
Public Attributes | |
uint32_t | size |
void * | buffer |
Struct describing an audio bitstream buffer.
Definition at line 246 of file pp_codecs.h.
void* PP_AudioBitstreamBuffer::buffer |
The base address of the bitstream data.
Definition at line 254 of file pp_codecs.h.
uint32_t PP_AudioBitstreamBuffer::size |
The size, in bytes, of the bitstream data.
Definition at line 250 of file pp_codecs.h.