BWAPI
Functions | Variables
trunk/bwapi/BWAPI/Source/Recording.cpp File Reference
#include "Recording.h"
#include "WMode.h"
#include "BW/Offsets.h"
#include <vfw.h>
#include <windows.h>
Include dependency graph for Recording.cpp:

Functions

bool StartVideoRecording (int width, int height)
bool StopVideoRecording ()
void RecordFrame (void *pBuffer)

Variables

bool recordingStarted
PAVIFILE pAviFile
PAVISTREAM pAviStream
PAVISTREAM pAviStreamCompressed
AVICOMPRESSOPTIONS aviOptions
DWORD dwFrames
void * pFlipped
void * pVidBuffer
SIZE gVidSize

Function Documentation

void RecordFrame ( void *  pBuffer)

Here is the caller graph for this function:

bool StartVideoRecording ( int  width,
int  height 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:


Variable Documentation

AVICOMPRESSOPTIONS aviOptions
SIZE gVidSize
PAVIFILE pAviFile
PAVISTREAM pAviStream
void* pFlipped
void* pVidBuffer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines