• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 
3 
4 #ifndef __gst_rtp_ENUM_TYPES_H__
5 #define __gst_rtp_ENUM_TYPES_H__
6 
7 #include <gst/gst.h>
8 #include <gst/rtp/rtp-prelude.h>
9 G_BEGIN_DECLS
10 
11 /* enumerations from "gstrtpdefs.h" */
12 GST_RTP_API
13 GType gst_rtp_profile_get_type (void);
14 #define GST_TYPE_RTP_PROFILE (gst_rtp_profile_get_type())
15 
16 /* enumerations from "gstrtpbuffer.h" */
17 GST_RTP_API
18 GType gst_rtp_buffer_flags_get_type (void);
19 #define GST_TYPE_RTP_BUFFER_FLAGS (gst_rtp_buffer_flags_get_type())
20 GST_RTP_API
21 GType gst_rtp_buffer_map_flags_get_type (void);
22 #define GST_TYPE_RTP_BUFFER_MAP_FLAGS (gst_rtp_buffer_map_flags_get_type())
23 
24 /* enumerations from "gstrtcpbuffer.h" */
25 GST_RTP_API
26 GType gst_rtcp_type_get_type (void);
27 #define GST_TYPE_RTCP_TYPE (gst_rtcp_type_get_type())
28 GST_RTP_API
29 GType gst_rtcpfb_type_get_type (void);
30 #define GST_TYPE_RTCPFB_TYPE (gst_rtcpfb_type_get_type())
31 GST_RTP_API
32 GType gst_rtcpsdes_type_get_type (void);
33 #define GST_TYPE_RTCPSDES_TYPE (gst_rtcpsdes_type_get_type())
34 GST_RTP_API
35 GType gst_rtcpxr_type_get_type (void);
36 #define GST_TYPE_RTCPXR_TYPE (gst_rtcpxr_type_get_type())
37 
38 /* enumerations from "gstrtppayloads.h" */
39 GST_RTP_API
40 GType gst_rtp_payload_get_type (void);
41 #define GST_TYPE_RTP_PAYLOAD (gst_rtp_payload_get_type())
42 G_END_DECLS
43 
44 #endif /* __gst_rtp_ENUM_TYPES_H__ */
45 
46 
47 
48