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

FrameInput Class Reference

#include <FrameInput.h>


Detailed Description

Video frame for input to the encoder. Allows for representation of interlaced frames within the encoder by separate frame pointers for top and bottom fields. In many cases, frameT and frameB will be pointing at the same image.


Data Fields

unsigned char * imageT
unsigned char * imageB
int timestampDisplay


Field Documentation

unsigned char* FrameInput::imageB
 

Image pointer used for odd lines (bottom field).

unsigned char* FrameInput::imageT
 

Image pointer used for even lines (top field).

int FrameInput::timestampDisplay
 

Display timestamp of the frame.


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.