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/audio/audio-prelude.h> |
8 | |
9 | G_BEGIN_DECLS |
10 | |
11 | /* enumerations from "audio-channel-mixer.h" */ |
12 | |
13 | GST_AUDIO_API |
14 | GType gst_audio_channel_mixer_flags_get_type (void); |
15 | #define GST_TYPE_AUDIO_CHANNEL_MIXER_FLAGS (gst_audio_channel_mixer_flags_get_type()) |
16 | |
17 | /* enumerations from "audio-channels.h" */ |
18 | |
19 | GST_AUDIO_API |
20 | GType gst_audio_channel_position_get_type (void); |
21 | #define GST_TYPE_AUDIO_CHANNEL_POSITION (gst_audio_channel_position_get_type()) |
22 | |
23 | /* enumerations from "audio-converter.h" */ |
24 | |
25 | GST_AUDIO_API |
26 | GType gst_audio_converter_flags_get_type (void); |
27 | #define GST_TYPE_AUDIO_CONVERTER_FLAGS (gst_audio_converter_flags_get_type()) |
28 | |
29 | /* enumerations from "audio-format.h" */ |
30 | |
31 | GST_AUDIO_API |
32 | GType gst_audio_format_get_type (void); |
33 | #define GST_TYPE_AUDIO_FORMAT (gst_audio_format_get_type()) |
34 | |
35 | GST_AUDIO_API |
36 | GType gst_audio_format_flags_get_type (void); |
37 | #define GST_TYPE_AUDIO_FORMAT_FLAGS (gst_audio_format_flags_get_type()) |
38 | |
39 | GST_AUDIO_API |
40 | GType gst_audio_pack_flags_get_type (void); |
41 | #define GST_TYPE_AUDIO_PACK_FLAGS (gst_audio_pack_flags_get_type()) |
42 | |
43 | GST_AUDIO_API |
44 | GType gst_audio_layout_get_type (void); |
45 | #define GST_TYPE_AUDIO_LAYOUT (gst_audio_layout_get_type()) |
46 | |
47 | /* enumerations from "audio-info.h" */ |
48 | |
49 | GST_AUDIO_API |
50 | GType gst_audio_flags_get_type (void); |
51 | #define GST_TYPE_AUDIO_FLAGS (gst_audio_flags_get_type()) |
52 | |
53 | /* enumerations from "audio-quantize.h" */ |
54 | |
55 | GST_AUDIO_API |
56 | GType gst_audio_dither_method_get_type (void); |
57 | #define GST_TYPE_AUDIO_DITHER_METHOD (gst_audio_dither_method_get_type()) |
58 | |
59 | GST_AUDIO_API |
60 | GType gst_audio_noise_shaping_method_get_type (void); |
61 | #define GST_TYPE_AUDIO_NOISE_SHAPING_METHOD (gst_audio_noise_shaping_method_get_type()) |
62 | |
63 | GST_AUDIO_API |
64 | GType gst_audio_quantize_flags_get_type (void); |
65 | #define GST_TYPE_AUDIO_QUANTIZE_FLAGS (gst_audio_quantize_flags_get_type()) |
66 | |
67 | /* enumerations from "audio-resampler.h" */ |
68 | |
69 | GST_AUDIO_API |
70 | GType gst_audio_resampler_filter_mode_get_type (void); |
71 | #define GST_TYPE_AUDIO_RESAMPLER_FILTER_MODE (gst_audio_resampler_filter_mode_get_type()) |
72 | |
73 | GST_AUDIO_API |
74 | GType gst_audio_resampler_filter_interpolation_get_type (void); |
75 | #define GST_TYPE_AUDIO_RESAMPLER_FILTER_INTERPOLATION (gst_audio_resampler_filter_interpolation_get_type()) |
76 | |
77 | GST_AUDIO_API |
78 | GType gst_audio_resampler_method_get_type (void); |
79 | #define GST_TYPE_AUDIO_RESAMPLER_METHOD (gst_audio_resampler_method_get_type()) |
80 | |
81 | GST_AUDIO_API |
82 | GType gst_audio_resampler_flags_get_type (void); |
83 | #define GST_TYPE_AUDIO_RESAMPLER_FLAGS (gst_audio_resampler_flags_get_type()) |
84 | |
85 | /* enumerations from "gstaudiobasesink.h" */ |
86 | |
87 | GST_AUDIO_API |
88 | GType gst_audio_base_sink_slave_method_get_type (void); |
89 | #define GST_TYPE_AUDIO_BASE_SINK_SLAVE_METHOD (gst_audio_base_sink_slave_method_get_type()) |
90 | |
91 | GST_AUDIO_API |
92 | GType gst_audio_base_sink_discont_reason_get_type (void); |
93 | #define GST_TYPE_AUDIO_BASE_SINK_DISCONT_REASON (gst_audio_base_sink_discont_reason_get_type()) |
94 | |
95 | /* enumerations from "gstaudiobasesrc.h" */ |
96 | |
97 | GST_AUDIO_API |
98 | GType gst_audio_base_src_slave_method_get_type (void); |
99 | #define GST_TYPE_AUDIO_BASE_SRC_SLAVE_METHOD (gst_audio_base_src_slave_method_get_type()) |
100 | |
101 | /* enumerations from "gstaudiocdsrc.h" */ |
102 | |
103 | GST_AUDIO_API |
104 | GType gst_audio_cd_src_mode_get_type (void); |
105 | #define GST_TYPE_AUDIO_CD_SRC_MODE (gst_audio_cd_src_mode_get_type()) |
106 | |
107 | /* enumerations from "gstaudioringbuffer.h" */ |
108 | |
109 | GST_AUDIO_API |
110 | GType gst_audio_ring_buffer_state_get_type (void); |
111 | #define GST_TYPE_AUDIO_RING_BUFFER_STATE (gst_audio_ring_buffer_state_get_type()) |
112 | |
113 | GST_AUDIO_API |
114 | GType gst_audio_ring_buffer_format_type_get_type (void); |
115 | #define GST_TYPE_AUDIO_RING_BUFFER_FORMAT_TYPE (gst_audio_ring_buffer_format_type_get_type()) |
116 | |
117 | G_END_DECLS |
118 | |
119 | /* Generated data ends here */ |
120 | |
121 | |