📄 avicaptcl.h
字号:
// avicaptcl.h
// Emmanuel Grolleau (c) 2002
// This file is a part of AviCapTcl
// Describes the interface between the class CCapture and tcl/tk
// Version 1.0.0.0
// Last modification 01/07/2002
#include <tk.h>
void avicapInit();
// Initialization of avicaptcl functions
// Call once before using the functions of this file
int aviSourcesCmd(ClientData clientData, Tcl_Interp *interp,int argc, Tcl_Obj *CONST argv[]);
// Returns a tcl list containing all the source drivers
int avicapCmd(ClientData clientData, Tcl_Interp *interp,int argc, Tcl_Obj *CONST argv[]);
// Creates a new avicap widget
//int aviFileCmd(ClientData clientData, Tcl_Interp *interp,int argc, Tcl_Obj *CONST argv[]);
// Creates a new avifile widget
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -