7 #include "ParaScriptingCommon.h" 25 static void SetMovieScreenSize(
int nWidth,
int nHeight);
28 static void SetCaptureGUI(
bool bGUI);
30 static bool CaptureGUI();
33 static void SetRecordingFPS(
int nFPS);
36 static int GetRecordingFPS();
46 static void SetStereoCaptureMode(
int nMode);
56 static int GetStereoCaptureMode();
62 static void SetStereoEyeSeparation(
float fDist);
67 static float GetStereoEyeSeparation();
71 static bool BeginCapture(
string sFileName);
73 static bool EndCapture();
75 static void PauseCapture();
77 static void ResumeCapture();
80 static bool IsInCaptureSession();
82 static bool IsRecording();
84 static bool FrameCapture();
87 static void GetMovieScreenSize(
int* nWidth,
int* nHeight);
89 static string GetMovieFileName();
92 static void SelectCodecOptions();
96 static void SetEncodeMethod(
int eType);
98 static int GetEncodeMethod();
106 static bool TakeScreenShot(
const char* filename);
117 static bool TakeScreenShot3(
const char* filename,
int width,
int height);
120 static void TakeScreenShot_Async(
const char* filename,
const char* sCallBackScript);
121 static void TakeScreenShot2_Async(
const char* filename,
bool bEncode,
const char* sCallBackScript);
122 static void TakeScreenShot3_Async(
const char* filename,
bool bEncode,
int width,
int height,
const char* sCallBackScript);
123 static void TakeScreenShot_Async_Internal(
const char* filename,
bool bEncode,
int width,
int height,
const char* sCallBackScript);
125 static bool RenderToTexture(
const char* filename,
int width,
int height);
134 static bool ResizeImage(
const string& filename,
int width,
int height,
const char* destFilename);
143 static void GetImageInfo(
const string& filename,
int* width,
int* height,
int* nFileSize);
movie making and screen capture functions
Definition: ParaScriptingMovie.h:16
it represents an attribute object associated with an object.
Definition: ParaScriptingGlobal.h:458
for luabind, The main drawback of this approach is that the compilation time will increase for the fi...
Definition: luaSQLite.cpp:1971