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/rtp/rtp-prelude.h> 8 9 G_BEGIN_DECLS 10 11 /* enumerations from "gstrtcpbuffer.h" */ 12 13 GST_RTP_API 14 GType gst_rtcp_type_get_type (void); 15 #define GST_TYPE_RTCP_TYPE (gst_rtcp_type_get_type()) 16 17 GST_RTP_API 18 GType gst_rtcpfb_type_get_type (void); 19 #define GST_TYPE_RTCPFB_TYPE (gst_rtcpfb_type_get_type()) 20 21 GST_RTP_API 22 GType gst_rtcpsdes_type_get_type (void); 23 #define GST_TYPE_RTCPSDES_TYPE (gst_rtcpsdes_type_get_type()) 24 25 GST_RTP_API 26 GType gst_rtcpxr_type_get_type (void); 27 #define GST_TYPE_RTCPXR_TYPE (gst_rtcpxr_type_get_type()) 28 29 /* enumerations from "gstrtpbuffer.h" */ 30 31 GST_RTP_API 32 GType gst_rtp_buffer_flags_get_type (void); 33 #define GST_TYPE_RTP_BUFFER_FLAGS (gst_rtp_buffer_flags_get_type()) 34 35 GST_RTP_API 36 GType gst_rtp_buffer_map_flags_get_type (void); 37 #define GST_TYPE_RTP_BUFFER_MAP_FLAGS (gst_rtp_buffer_map_flags_get_type()) 38 39 /* enumerations from "gstrtpdefs.h" */ 40 41 GST_RTP_API 42 GType gst_rtp_profile_get_type (void); 43 #define GST_TYPE_RTP_PROFILE (gst_rtp_profile_get_type()) 44 45 /* enumerations from "gstrtphdrext.h" */ 46 47 GST_RTP_API 48 GType gst_rtp_header_extension_flags_get_type (void); 49 #define GST_TYPE_RTP_HEADER_EXTENSION_FLAGS (gst_rtp_header_extension_flags_get_type()) 50 51 GST_RTP_API 52 GType gst_rtp_header_extension_direction_get_type (void); 53 #define GST_TYPE_RTP_HEADER_EXTENSION_DIRECTION (gst_rtp_header_extension_direction_get_type()) 54 55 /* enumerations from "gstrtppayloads.h" */ 56 57 GST_RTP_API 58 GType gst_rtp_payload_get_type (void); 59 #define GST_TYPE_RTP_PAYLOAD (gst_rtp_payload_get_type()) 60 61 G_END_DECLS 62 63 /* Generated data ends here */ 64 65