1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| /*
| * Copyright(C) 2010,Hikvision Digital Technology Co., Ltd
| *
| * File name£ºGetStream.h
| * Discription£º
| * Version £º1.0
| * Author £ºpanyd
| * Create Date£º2010_3_25
| * Modification History£º
| */
|
| #ifndef _GETSTREAM_H_
| #define _GETSTREAM_H_
|
| #include "public.h"
|
| int Demo_GetStream();
| int Demo_GetStream_V30(LONG lUserID);
|
| void Demo_SDK_Ability();
|
| void Demo_SDK_Version();
|
|
| #endif
|
|