PEDN> Main Web>NPL>VideoRecorder (2008-02-29, LiXizhi) Change language en zh-cn? EditAttach

VideoRecorder

Video recorder

Title Video recorder
Author(s) LiXizhi
Date 2007/8/27
File script/ide/VideoRecorder.lua

Description

TIP Sample Code

NPL.load("(gl)script/ide/VideoRecorder.lua");
VideoRecorder.Show();

Member Functions

VideoRecorder.OnPauseCapture

common control library NPL.load("(gl)script/ide/common_control.lua"); NPL.load("(gl)script/ide/gui_helper.lua");

local L = CommonCtrl.Locale("IDE");

if(not VideoRecorder) then VideoRecorder={}; end

EyeSeperationMaxvalue? = 0.3; EyeSeperationMinvalue? = 0;

syntax

function VideoRecorder.OnPauseCapture()

VideoRecorder.Show

  • param bShow : boolean to show or hide. if nil, it will toggle current setting.

syntax

function VideoRecorder.Show(bShow)

parameters

bShow boolean to show or hide. if nil, it will toggle current setting.

VideoRecorder.OnDestory

destory the control

syntax

function VideoRecorder.OnDestory()
Topic revision: r1 - 2008-02-29 - 15:26:12 - LiXizhi
 

ParaEngine Developer Network

This site is powered by the TWiki collaboration platformCopyright © 2004-2009 ParaEngine Corporation
Ideas, requests, problems regarding ParaEngine platform Send feedback