G
guoa
Unregistered / Unconfirmed
GUEST, unregistred user!
各位大侠请帮忙:如何将下述用vc++编写的程序翻译成Delphi
头文件声明:
CPLAYER_API void __stdcall MP4_ServerSetStart(void(CALLBACK *StartCap)(int nChannel));
和
void CALLBACK StartCap(int port);
在过程中调用函数StartVideoCapture(ChannelHandle[port])
void CALLBACK StartCap(int port)
{
StartVideoCapture(ChannelHandle[port]);
}
头文件声明:
CPLAYER_API void __stdcall MP4_ServerSetStart(void(CALLBACK *StartCap)(int nChannel));
和
void CALLBACK StartCap(int port);
在过程中调用函数StartVideoCapture(ChannelHandle[port])
void CALLBACK StartCap(int port)
{
StartVideoCapture(ChannelHandle[port]);
}