AXptz
ax_ptz.h
Go to the documentation of this file.
1 
19 #ifndef _AX_PTZ_H_
20 #define _AX_PTZ_H_
21 
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 
28 #include <glib.h>
29 
30 
39 gboolean
40 ax_ptz_create(GError **error);
41 
49 gboolean
50 ax_ptz_destroy(GError **error);
51 
59 gint
60 ax_ptz_get_num_video_channels(GError **error);
61 
62 
63 #ifdef __cplusplus
64 }
65 #endif
66 
67 
68 #endif /* _AX_PTZ_H_ */
gint ax_ptz_get_num_video_channels(GError **error)
Retrieves the number of video channels.
Definition: ax_ptz.c:151
gboolean ax_ptz_create(GError **error)
Creates the AX PTZ library.
Definition: ax_ptz.c:22
gboolean ax_ptz_destroy(GError **error)
Destroys the AX PTZ library.
Definition: ax_ptz.c:101