|
BWAPI
|
#include "Recording.h"#include "WMode.h"#include "BW/Offsets.h"#include <vfw.h>#include <windows.h>
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 |
| void RecordFrame | ( | void * | pBuffer | ) |

| bool StartVideoRecording | ( | int | width, |
| int | height | ||
| ) |


| bool StopVideoRecording | ( | ) |

| AVICOMPRESSOPTIONS aviOptions |
| SIZE gVidSize |
| PAVIFILE pAviFile |
| PAVISTREAM pAviStream |
| PAVISTREAM pAviStreamCompressed |
| void* pFlipped |
| void* pVidBuffer |
| bool recordingStarted |
1.7.6.1