tizen 2.3 release
[framework/multimedia/gst-plugins-base0.10.git] / win32 / common / gstrtsp-enumtypes.h
1
2
3
4 #ifndef __gst_rtsp_ENUM_TYPES_H__
5 #define __gst_rtsp_ENUM_TYPES_H__
6
7 #include <glib-object.h>
8
9 G_BEGIN_DECLS
10
11 /* enumerations from "gstrtspdefs.h" */
12 GType gst_rtsp_result_get_type (void);
13 #define GST_TYPE_RTSP_RESULT (gst_rtsp_result_get_type())
14 GType gst_rtsp_event_get_type (void);
15 #define GST_TYPE_RTSP_EVENT (gst_rtsp_event_get_type())
16 GType gst_rtsp_family_get_type (void);
17 #define GST_TYPE_RTSP_FAMILY (gst_rtsp_family_get_type())
18 GType gst_rtsp_state_get_type (void);
19 #define GST_TYPE_RTSP_STATE (gst_rtsp_state_get_type())
20 GType gst_rtsp_version_get_type (void);
21 #define GST_TYPE_RTSP_VERSION (gst_rtsp_version_get_type())
22 GType gst_rtsp_method_get_type (void);
23 #define GST_TYPE_RTSP_METHOD (gst_rtsp_method_get_type())
24 GType gst_rtsp_auth_method_get_type (void);
25 #define GST_TYPE_RTSP_AUTH_METHOD (gst_rtsp_auth_method_get_type())
26 GType gst_rtsp_header_field_get_type (void);
27 #define GST_TYPE_RTSP_HEADER_FIELD (gst_rtsp_header_field_get_type())
28 GType gst_rtsp_status_code_get_type (void);
29 #define GST_TYPE_RTSP_STATUS_CODE (gst_rtsp_status_code_get_type())
30 G_END_DECLS
31
32 #endif /* __gst_rtsp_ENUM_TYPES_H__ */
33
34
35