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/webrtc/webrtc_fwd.h> 8 9 G_BEGIN_DECLS 10 11 /* enumerations from "webrtc_fwd.h" */ 12 13 GST_WEBRTC_API 14 GType gst_webrtc_dtls_transport_state_get_type (void); 15 #define GST_TYPE_WEBRTC_DTLS_TRANSPORT_STATE (gst_webrtc_dtls_transport_state_get_type()) 16 17 GST_WEBRTC_API 18 GType gst_webrtc_ice_gathering_state_get_type (void); 19 #define GST_TYPE_WEBRTC_ICE_GATHERING_STATE (gst_webrtc_ice_gathering_state_get_type()) 20 21 GST_WEBRTC_API 22 GType gst_webrtc_ice_connection_state_get_type (void); 23 #define GST_TYPE_WEBRTC_ICE_CONNECTION_STATE (gst_webrtc_ice_connection_state_get_type()) 24 25 GST_WEBRTC_API 26 GType gst_webrtc_signaling_state_get_type (void); 27 #define GST_TYPE_WEBRTC_SIGNALING_STATE (gst_webrtc_signaling_state_get_type()) 28 29 GST_WEBRTC_API 30 GType gst_webrtc_peer_connection_state_get_type (void); 31 #define GST_TYPE_WEBRTC_PEER_CONNECTION_STATE (gst_webrtc_peer_connection_state_get_type()) 32 33 GST_WEBRTC_API 34 GType gst_webrtc_ice_role_get_type (void); 35 #define GST_TYPE_WEBRTC_ICE_ROLE (gst_webrtc_ice_role_get_type()) 36 37 GST_WEBRTC_API 38 GType gst_webrtc_ice_component_get_type (void); 39 #define GST_TYPE_WEBRTC_ICE_COMPONENT (gst_webrtc_ice_component_get_type()) 40 41 GST_WEBRTC_API 42 GType gst_webrtc_sdp_type_get_type (void); 43 #define GST_TYPE_WEBRTC_SDP_TYPE (gst_webrtc_sdp_type_get_type()) 44 45 GST_WEBRTC_API 46 GType gst_webrtc_rtp_transceiver_direction_get_type (void); 47 #define GST_TYPE_WEBRTC_RTP_TRANSCEIVER_DIRECTION (gst_webrtc_rtp_transceiver_direction_get_type()) 48 49 GST_WEBRTC_API 50 GType gst_webrtc_dtls_setup_get_type (void); 51 #define GST_TYPE_WEBRTC_DTLS_SETUP (gst_webrtc_dtls_setup_get_type()) 52 53 GST_WEBRTC_API 54 GType gst_webrtc_stats_type_get_type (void); 55 #define GST_TYPE_WEBRTC_STATS_TYPE (gst_webrtc_stats_type_get_type()) 56 57 GST_WEBRTC_API 58 GType gst_webrtc_fec_type_get_type (void); 59 #define GST_TYPE_WEBRTC_FEC_TYPE (gst_webrtc_fec_type_get_type()) 60 61 GST_WEBRTC_API 62 GType gst_webrtc_sctp_transport_state_get_type (void); 63 #define GST_TYPE_WEBRTC_SCTP_TRANSPORT_STATE (gst_webrtc_sctp_transport_state_get_type()) 64 65 GST_WEBRTC_API 66 GType gst_webrtc_priority_type_get_type (void); 67 #define GST_TYPE_WEBRTC_PRIORITY_TYPE (gst_webrtc_priority_type_get_type()) 68 69 GST_WEBRTC_API 70 GType gst_webrtc_data_channel_state_get_type (void); 71 #define GST_TYPE_WEBRTC_DATA_CHANNEL_STATE (gst_webrtc_data_channel_state_get_type()) 72 73 GST_WEBRTC_API 74 GType gst_webrtc_bundle_policy_get_type (void); 75 #define GST_TYPE_WEBRTC_BUNDLE_POLICY (gst_webrtc_bundle_policy_get_type()) 76 77 GST_WEBRTC_API 78 GType gst_webrtc_ice_transport_policy_get_type (void); 79 #define GST_TYPE_WEBRTC_ICE_TRANSPORT_POLICY (gst_webrtc_ice_transport_policy_get_type()) 80 81 GST_WEBRTC_API 82 GType gst_webrtc_kind_get_type (void); 83 #define GST_TYPE_WEBRTC_KIND (gst_webrtc_kind_get_type()) 84 85 GST_WEBRTC_API 86 GType gst_webrtc_error_get_type (void); 87 #define GST_TYPE_WEBRTC_ERROR (gst_webrtc_error_get_type()) 88 89 G_END_DECLS 90 91 /* Generated data ends here */ 92 93