newspeoplefor developersdocumentationdownloads

nCaptureServer Script Interface

ncaptureserver:

Super Class:

C++ Class:

Info

Provide frame capture capabilities to Nebula2 applications.

Commands:


setbasedirectory

Command Input:
s(BaseDirectory)
Command Output:
v
Command Description:
Set the base directory for capturing.

getbasedirectory

Command Input:
v
Command Output:
s(BaseDirectory)
Command Description:
Get the base directory for capturing.

setframetime

Command Input:
f(FrameTime)
Command Output:
v
Command Description:
Set the locked frame time for capturing. Default is 1/25.

getframetime

Command Input:
v
Command Output:
f(FrameTime)
Command Description:
Get the locked frame time for capturing.

start

Command Input:
v
Command Output:
v
Command Description:
Start a new capture session.

stop

Command Input:
v
Command Output:
v
Command Description:
Stop the current capture session.

toggle

Command Input:
v
Command Output:
v
Command Description:
Toggle the current capture session.

iscapturing

Command Input:
v
Command Output:
b(Capturing)
Command Description:
Return true if currently capturing.

savetiledscreenshot

Command Input:
i(NumTilesX), i(NumTilesY)
Command Output:
v
Command Description:
Save a high resolution tiled screenshot.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.