1 2 /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ 3 4 #pragma once 5 6 #include <glib-object.h> 7 #include <gst/rtsp/rtsp-prelude.h> 8 9 G_BEGIN_DECLS 10 11 /* enumerations from "gstrtspdefs.h" */ 12 13 GST_RTSP_API 14 GType gst_rtsp_result_get_type (void); 15 #define GST_TYPE_RTSP_RESULT (gst_rtsp_result_get_type()) 16 17 GST_RTSP_API 18 GType gst_rtsp_event_get_type (void); 19 #define GST_TYPE_RTSP_EVENT (gst_rtsp_event_get_type()) 20 21 GST_RTSP_API 22 GType gst_rtsp_family_get_type (void); 23 #define GST_TYPE_RTSP_FAMILY (gst_rtsp_family_get_type()) 24 25 GST_RTSP_API 26 GType gst_rtsp_state_get_type (void); 27 #define GST_TYPE_RTSP_STATE (gst_rtsp_state_get_type()) 28 29 GST_RTSP_API 30 GType gst_rtsp_version_get_type (void); 31 #define GST_TYPE_RTSP_VERSION (gst_rtsp_version_get_type()) 32 33 GST_RTSP_API 34 GType gst_rtsp_method_get_type (void); 35 #define GST_TYPE_RTSP_METHOD (gst_rtsp_method_get_type()) 36 37 GST_RTSP_API 38 GType gst_rtsp_auth_method_get_type (void); 39 #define GST_TYPE_RTSP_AUTH_METHOD (gst_rtsp_auth_method_get_type()) 40 41 GST_RTSP_API 42 GType gst_rtsp_header_field_get_type (void); 43 #define GST_TYPE_RTSP_HEADER_FIELD (gst_rtsp_header_field_get_type()) 44 45 GST_RTSP_API 46 GType gst_rtsp_status_code_get_type (void); 47 #define GST_TYPE_RTSP_STATUS_CODE (gst_rtsp_status_code_get_type()) 48 49 /* enumerations from "gstrtspmessage.h" */ 50 51 GST_RTSP_API 52 GType gst_rtsp_msg_type_get_type (void); 53 #define GST_TYPE_RTSP_MSG_TYPE (gst_rtsp_msg_type_get_type()) 54 55 /* enumerations from "gstrtsprange.h" */ 56 57 GST_RTSP_API 58 GType gst_rtsp_range_unit_get_type (void); 59 #define GST_TYPE_RTSP_RANGE_UNIT (gst_rtsp_range_unit_get_type()) 60 61 GST_RTSP_API 62 GType gst_rtsp_time_type_get_type (void); 63 #define GST_TYPE_RTSP_TIME_TYPE (gst_rtsp_time_type_get_type()) 64 65 /* enumerations from "gstrtsptransport.h" */ 66 67 GST_RTSP_API 68 GType gst_rtsp_trans_mode_get_type (void); 69 #define GST_TYPE_RTSP_TRANS_MODE (gst_rtsp_trans_mode_get_type()) 70 71 GST_RTSP_API 72 GType gst_rtsp_profile_get_type (void); 73 #define GST_TYPE_RTSP_PROFILE (gst_rtsp_profile_get_type()) 74 75 GST_RTSP_API 76 GType gst_rtsp_lower_trans_get_type (void); 77 #define GST_TYPE_RTSP_LOWER_TRANS (gst_rtsp_lower_trans_get_type()) 78 79 G_END_DECLS 80 81 /* Generated data ends here */ 82 83