Instruction Manual
Table Of Contents

HDC-4x Series SDK (Windows)
Page 38
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: