代码搜索:TAPI
找到约 905 项符合「TAPI」的源代码
代码结果 905
www.eeworm.com/read/146819/12609650
bas tapi.bas
Attribute VB_Name = "TAPI"
Public Type DCB
DCBlength As Long
BaudRate As Long
fBitFields As Long 'See Comments in Win32API.Txt
wReserved As Integer
XonLim
www.eeworm.com/read/135259/13945433
h tapi.h
/*++ BUILD Version: 0000 // Increment this if a change has global effects
The Telephony API is jointly copyrighted by Intel and Microsoft. You are
granted a royalty free worldwide, unlimit
www.eeworm.com/read/134087/14008797
c tapi.c
/* tapi.c - interpolated tap output of a delay line */
double tap();
double tapi(D, w, p, d) /* usage: sd = tapi(D, w, p, d); */
double *w, *p, d; /* \(d\)
www.eeworm.com/read/112799/15476503
c tapi.c
/* tapi.c - interpolated tap output of a delay line */
double tap();
double tapi(D, w, p, d) /* usage: sd = tapi(D, w, p, d); */
double *w, *p, d; /* \(d\)
www.eeworm.com/read/100551/15872412
h tapi.h
// The Telephony API is jointly copyrighted by Intel and Microsoft. You are
// granted a royalty free worldwide, unlimited license to make copies, and use
// the API/SPI for making applica
www.eeworm.com/read/100547/15872431
h tapi.h
/*++ BUILD Version: 0000 // Increment this if a change has global effects
The Telephony API is jointly copyrighted by Intel and Microsoft. You are
granted a royalty free worldwide, unlimit
www.eeworm.com/read/100543/15872470
conf tapi.conf
# This is the configuration file for the JTAPI implementation from Web4Groups.
#
# Syntax for each line: LineId AddressName TerminalName1 [TerminalName2...]
# only one address allowed for each t
www.eeworm.com/read/290671/8467895
doc tapi30.doc
www.eeworm.com/read/384011/8905782
txt tapi_modem.txt
有没有用过语音猫的朋友。
最近弄到一块语音猫,在语音猫的speaker、MIC插孔上插上我的耳机和麦克风,通过超级终端可以拨出电话号码,对方可以接听,我可以听到对方的讲话,但是对方听不到我的麦克风里的声音。
我用C# 通过<mark>TAPI</mark>3写了一段拨号程序,可以正常拨号,对方也可以接听,但是却听不到我的声音,我可以听到他的。和用超级终端一样,我觉得不应该是程序的问题,应该是我的硬件设置 ...
www.eeworm.com/read/178679/9388861