IEI Integration HDC-502E_SDK_Windows User Manual
Page 39
HDC-502E SDK (Windows)
Page 39
10.
bool
isStreamRunning
Get is stream runnging.
API
1.
bool
Open(
int
pciNoArg,
IntPtr
hWnd)
Description:
Open device.
Parameter:
pciNoArg: Device (chip) No.
hWnd: Window handle.
2.
void
Close()
Description:
Close device.
3.
void
Encode()
Description:
The encode is begun.
4.
void
Decode()
Description:
The decode is begun.
5.
void
Stop()
Description:
The stop is begun.
6.
void
Reset()
Description:
The reset is begun.
7.
AsyncEventResult
OnMsg(
ref
Message
m,
out
string
comment)
Description:
It is processed to receive the message.