#include <FrameOutput.h>
Data Fields | |
unsigned char * | bitstreamBuffer |
int | sizeBitstreamBuffer |
int | sizeBitstream |
bool | keyframe |
|
Destination buffer for encoded bitstream.
|
|
Set true if the encoded frame is an intra frame.
|
|
Actual size of bitstream within bitstreamBuffer in bytes (populated by encoder).
|
|
Size of the available buffer at bitstreamBuffer in bytes.
|