avicaptcl.h

来自「G729语音压缩的很好的离子和示范 大家来下载吧」· C头文件 代码 · 共 22 行

H
22
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?