IEI Integration HDC-3x-Series_SDK_Windows User Manual
Page 46
HDC-3x Series SDK (Windows)
Page 46
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: