DivXNetworks, Inc.
Main Page | Namespace List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals | Related Pages

FrameOutput Class Reference

#include <FrameOutput.h>


Detailed Description

Structure containing basic information about a bitstream buffer and bitstream contained within that buffer.


Data Fields

unsigned char * bitstreamBuffer
int sizeBitstreamBuffer
int sizeBitstream
bool keyframe


Field Documentation

unsigned char* FrameOutput::bitstreamBuffer
 

Destination buffer for encoded bitstream.

bool FrameOutput::keyframe
 

Set true if the encoded frame is an intra frame.

int FrameOutput::sizeBitstream
 

Actual size of bitstream within bitstreamBuffer in bytes (populated by encoder).

int FrameOutput::sizeBitstreamBuffer
 

Size of the available buffer at bitstreamBuffer in bytes.


The documentation for this class was generated from the following file:
Generated on Tue Jan 24 16:43:33 2006 for DivX Codec API Documentation.