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