1 /*
2  * This file is part of gtkD.
3  *
4  * gtkD is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License
6  * as published by the Free Software Foundation; either version 3
7  * of the License, or (at your option) any later version, with
8  * some exceptions, please read the COPYING file.
9  *
10  * gtkD is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public License
16  * along with gtkD; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
18  */
19 
20 // generated automatically - do not change
21 // find conversion definition on APILookup.txt
22 // implement new conversion functionalities on the wrap.utils pakage
23 
24 
25 module gst.mpegts.c.functions;
26 
27 import std.stdio;
28 import gst.mpegts.c.types;
29 import gtkd.Loader;
30 
31 version (Windows)
32 	static immutable LIBRARY_GSTMPEGTS = ["libgstmpegts-1.0-0.dll"];
33 else version (OSX)
34 	static immutable LIBRARY_GSTMPEGTS = ["libgstmpegts-1.0.0.dylib"];
35 else
36 	static immutable LIBRARY_GSTMPEGTS = ["libgstmpegts-1.0.so.0"];
37 
38 shared static this()
39 {
40 	// gst.mpegts.AtscEIT
41 
42 	Linker.link(gst_mpegts_atsc_eit_get_type, "gst_mpegts_atsc_eit_get_type", LIBRARY_GSTMPEGTS);
43 
44 	// gst.mpegts.AtscEITEvent
45 
46 	Linker.link(gst_mpegts_atsc_eit_event_get_type, "gst_mpegts_atsc_eit_event_get_type", LIBRARY_GSTMPEGTS);
47 
48 	// gst.mpegts.AtscETT
49 
50 	Linker.link(gst_mpegts_atsc_ett_get_type, "gst_mpegts_atsc_ett_get_type", LIBRARY_GSTMPEGTS);
51 
52 	// gst.mpegts.AtscMGT
53 
54 	Linker.link(gst_mpegts_atsc_mgt_get_type, "gst_mpegts_atsc_mgt_get_type", LIBRARY_GSTMPEGTS);
55 
56 	// gst.mpegts.AtscMGTTable
57 
58 	Linker.link(gst_mpegts_atsc_mgt_table_get_type, "gst_mpegts_atsc_mgt_table_get_type", LIBRARY_GSTMPEGTS);
59 
60 	// gst.mpegts.AtscMultString
61 
62 	Linker.link(gst_mpegts_atsc_mult_string_get_type, "gst_mpegts_atsc_mult_string_get_type", LIBRARY_GSTMPEGTS);
63 
64 	// gst.mpegts.AtscSTT
65 
66 	Linker.link(gst_mpegts_atsc_stt_get_type, "gst_mpegts_atsc_stt_get_type", LIBRARY_GSTMPEGTS);
67 	Linker.link(gst_mpegts_atsc_stt_get_datetime_utc, "gst_mpegts_atsc_stt_get_datetime_utc", LIBRARY_GSTMPEGTS);
68 
69 	// gst.mpegts.AtscStringSegment
70 
71 	Linker.link(gst_mpegts_atsc_string_segment_get_type, "gst_mpegts_atsc_string_segment_get_type", LIBRARY_GSTMPEGTS);
72 	Linker.link(gst_mpegts_atsc_string_segment_get_string, "gst_mpegts_atsc_string_segment_get_string", LIBRARY_GSTMPEGTS);
73 
74 	// gst.mpegts.AtscVCT
75 
76 	Linker.link(gst_mpegts_atsc_vct_get_type, "gst_mpegts_atsc_vct_get_type", LIBRARY_GSTMPEGTS);
77 
78 	// gst.mpegts.AtscVCTSource
79 
80 	Linker.link(gst_mpegts_atsc_vct_source_get_type, "gst_mpegts_atsc_vct_source_get_type", LIBRARY_GSTMPEGTS);
81 
82 	// gst.mpegts.BAT
83 
84 	Linker.link(gst_mpegts_bat_get_type, "gst_mpegts_bat_get_type", LIBRARY_GSTMPEGTS);
85 
86 	// gst.mpegts.BATStream
87 
88 	Linker.link(gst_mpegts_bat_stream_get_type, "gst_mpegts_bat_stream_get_type", LIBRARY_GSTMPEGTS);
89 
90 	// gst.mpegts.ComponentDescriptor
91 
92 	Linker.link(gst_mpegts_component_descriptor_get_type, "gst_mpegts_component_descriptor_get_type", LIBRARY_GSTMPEGTS);
93 	Linker.link(gst_mpegts_dvb_component_descriptor_free, "gst_mpegts_dvb_component_descriptor_free", LIBRARY_GSTMPEGTS);
94 
95 	// gst.mpegts.DVBLinkageDescriptor
96 
97 	Linker.link(gst_mpegts_dvb_linkage_descriptor_get_type, "gst_mpegts_dvb_linkage_descriptor_get_type", LIBRARY_GSTMPEGTS);
98 	Linker.link(gst_mpegts_dvb_linkage_descriptor_free, "gst_mpegts_dvb_linkage_descriptor_free", LIBRARY_GSTMPEGTS);
99 	Linker.link(gst_mpegts_dvb_linkage_descriptor_get_event, "gst_mpegts_dvb_linkage_descriptor_get_event", LIBRARY_GSTMPEGTS);
100 	Linker.link(gst_mpegts_dvb_linkage_descriptor_get_extended_event, "gst_mpegts_dvb_linkage_descriptor_get_extended_event", LIBRARY_GSTMPEGTS);
101 	Linker.link(gst_mpegts_dvb_linkage_descriptor_get_mobile_hand_over, "gst_mpegts_dvb_linkage_descriptor_get_mobile_hand_over", LIBRARY_GSTMPEGTS);
102 
103 	// gst.mpegts.DataBroadcastDescriptor
104 
105 	Linker.link(gst_mpegts_dvb_data_broadcast_descriptor_get_type, "gst_mpegts_dvb_data_broadcast_descriptor_get_type", LIBRARY_GSTMPEGTS);
106 	Linker.link(gst_mpegts_dvb_data_broadcast_descriptor_free, "gst_mpegts_dvb_data_broadcast_descriptor_free", LIBRARY_GSTMPEGTS);
107 
108 	// gst.mpegts.Descriptor
109 
110 	Linker.link(gst_mpegts_descriptor_get_type, "gst_mpegts_descriptor_get_type", LIBRARY_GSTMPEGTS);
111 	Linker.link(gst_mpegts_descriptor_free, "gst_mpegts_descriptor_free", LIBRARY_GSTMPEGTS);
112 	Linker.link(gst_mpegts_descriptor_parse_ca, "gst_mpegts_descriptor_parse_ca", LIBRARY_GSTMPEGTS);
113 	Linker.link(gst_mpegts_descriptor_parse_cable_delivery_system, "gst_mpegts_descriptor_parse_cable_delivery_system", LIBRARY_GSTMPEGTS);
114 	Linker.link(gst_mpegts_descriptor_parse_dvb_bouquet_name, "gst_mpegts_descriptor_parse_dvb_bouquet_name", LIBRARY_GSTMPEGTS);
115 	Linker.link(gst_mpegts_descriptor_parse_dvb_ca_identifier, "gst_mpegts_descriptor_parse_dvb_ca_identifier", LIBRARY_GSTMPEGTS);
116 	Linker.link(gst_mpegts_descriptor_parse_dvb_component, "gst_mpegts_descriptor_parse_dvb_component", LIBRARY_GSTMPEGTS);
117 	Linker.link(gst_mpegts_descriptor_parse_dvb_content, "gst_mpegts_descriptor_parse_dvb_content", LIBRARY_GSTMPEGTS);
118 	Linker.link(gst_mpegts_descriptor_parse_dvb_data_broadcast, "gst_mpegts_descriptor_parse_dvb_data_broadcast", LIBRARY_GSTMPEGTS);
119 	Linker.link(gst_mpegts_descriptor_parse_dvb_data_broadcast_id, "gst_mpegts_descriptor_parse_dvb_data_broadcast_id", LIBRARY_GSTMPEGTS);
120 	Linker.link(gst_mpegts_descriptor_parse_dvb_extended_event, "gst_mpegts_descriptor_parse_dvb_extended_event", LIBRARY_GSTMPEGTS);
121 	Linker.link(gst_mpegts_descriptor_parse_dvb_frequency_list, "gst_mpegts_descriptor_parse_dvb_frequency_list", LIBRARY_GSTMPEGTS);
122 	Linker.link(gst_mpegts_descriptor_parse_dvb_linkage, "gst_mpegts_descriptor_parse_dvb_linkage", LIBRARY_GSTMPEGTS);
123 	Linker.link(gst_mpegts_descriptor_parse_dvb_multilingual_bouquet_name, "gst_mpegts_descriptor_parse_dvb_multilingual_bouquet_name", LIBRARY_GSTMPEGTS);
124 	Linker.link(gst_mpegts_descriptor_parse_dvb_multilingual_component, "gst_mpegts_descriptor_parse_dvb_multilingual_component", LIBRARY_GSTMPEGTS);
125 	Linker.link(gst_mpegts_descriptor_parse_dvb_multilingual_network_name, "gst_mpegts_descriptor_parse_dvb_multilingual_network_name", LIBRARY_GSTMPEGTS);
126 	Linker.link(gst_mpegts_descriptor_parse_dvb_multilingual_service_name, "gst_mpegts_descriptor_parse_dvb_multilingual_service_name", LIBRARY_GSTMPEGTS);
127 	Linker.link(gst_mpegts_descriptor_parse_dvb_network_name, "gst_mpegts_descriptor_parse_dvb_network_name", LIBRARY_GSTMPEGTS);
128 	Linker.link(gst_mpegts_descriptor_parse_dvb_parental_rating, "gst_mpegts_descriptor_parse_dvb_parental_rating", LIBRARY_GSTMPEGTS);
129 	Linker.link(gst_mpegts_descriptor_parse_dvb_private_data_specifier, "gst_mpegts_descriptor_parse_dvb_private_data_specifier", LIBRARY_GSTMPEGTS);
130 	Linker.link(gst_mpegts_descriptor_parse_dvb_scrambling, "gst_mpegts_descriptor_parse_dvb_scrambling", LIBRARY_GSTMPEGTS);
131 	Linker.link(gst_mpegts_descriptor_parse_dvb_service, "gst_mpegts_descriptor_parse_dvb_service", LIBRARY_GSTMPEGTS);
132 	Linker.link(gst_mpegts_descriptor_parse_dvb_service_list, "gst_mpegts_descriptor_parse_dvb_service_list", LIBRARY_GSTMPEGTS);
133 	Linker.link(gst_mpegts_descriptor_parse_dvb_short_event, "gst_mpegts_descriptor_parse_dvb_short_event", LIBRARY_GSTMPEGTS);
134 	Linker.link(gst_mpegts_descriptor_parse_dvb_stream_identifier, "gst_mpegts_descriptor_parse_dvb_stream_identifier", LIBRARY_GSTMPEGTS);
135 	Linker.link(gst_mpegts_descriptor_parse_dvb_stuffing, "gst_mpegts_descriptor_parse_dvb_stuffing", LIBRARY_GSTMPEGTS);
136 	Linker.link(gst_mpegts_descriptor_parse_dvb_subtitling_idx, "gst_mpegts_descriptor_parse_dvb_subtitling_idx", LIBRARY_GSTMPEGTS);
137 	Linker.link(gst_mpegts_descriptor_parse_dvb_subtitling_nb, "gst_mpegts_descriptor_parse_dvb_subtitling_nb", LIBRARY_GSTMPEGTS);
138 	Linker.link(gst_mpegts_descriptor_parse_dvb_t2_delivery_system, "gst_mpegts_descriptor_parse_dvb_t2_delivery_system", LIBRARY_GSTMPEGTS);
139 	Linker.link(gst_mpegts_descriptor_parse_dvb_teletext_idx, "gst_mpegts_descriptor_parse_dvb_teletext_idx", LIBRARY_GSTMPEGTS);
140 	Linker.link(gst_mpegts_descriptor_parse_dvb_teletext_nb, "gst_mpegts_descriptor_parse_dvb_teletext_nb", LIBRARY_GSTMPEGTS);
141 	Linker.link(gst_mpegts_descriptor_parse_iso_639_language, "gst_mpegts_descriptor_parse_iso_639_language", LIBRARY_GSTMPEGTS);
142 	Linker.link(gst_mpegts_descriptor_parse_iso_639_language_idx, "gst_mpegts_descriptor_parse_iso_639_language_idx", LIBRARY_GSTMPEGTS);
143 	Linker.link(gst_mpegts_descriptor_parse_iso_639_language_nb, "gst_mpegts_descriptor_parse_iso_639_language_nb", LIBRARY_GSTMPEGTS);
144 	Linker.link(gst_mpegts_descriptor_parse_logical_channel, "gst_mpegts_descriptor_parse_logical_channel", LIBRARY_GSTMPEGTS);
145 	Linker.link(gst_mpegts_descriptor_parse_satellite_delivery_system, "gst_mpegts_descriptor_parse_satellite_delivery_system", LIBRARY_GSTMPEGTS);
146 	Linker.link(gst_mpegts_descriptor_parse_terrestrial_delivery_system, "gst_mpegts_descriptor_parse_terrestrial_delivery_system", LIBRARY_GSTMPEGTS);
147 	Linker.link(gst_mpegts_descriptor_from_custom, "gst_mpegts_descriptor_from_custom", LIBRARY_GSTMPEGTS);
148 	Linker.link(gst_mpegts_descriptor_from_custom_with_extension, "gst_mpegts_descriptor_from_custom_with_extension", LIBRARY_GSTMPEGTS);
149 	Linker.link(gst_mpegts_descriptor_from_dvb_network_name, "gst_mpegts_descriptor_from_dvb_network_name", LIBRARY_GSTMPEGTS);
150 	Linker.link(gst_mpegts_descriptor_from_dvb_service, "gst_mpegts_descriptor_from_dvb_service", LIBRARY_GSTMPEGTS);
151 	Linker.link(gst_mpegts_descriptor_from_dvb_subtitling, "gst_mpegts_descriptor_from_dvb_subtitling", LIBRARY_GSTMPEGTS);
152 	Linker.link(gst_mpegts_descriptor_from_iso_639_language, "gst_mpegts_descriptor_from_iso_639_language", LIBRARY_GSTMPEGTS);
153 	Linker.link(gst_mpegts_descriptor_from_registration, "gst_mpegts_descriptor_from_registration", LIBRARY_GSTMPEGTS);
154 	Linker.link(gst_mpegts_find_descriptor, "gst_mpegts_find_descriptor", LIBRARY_GSTMPEGTS);
155 	Linker.link(gst_mpegts_parse_descriptors, "gst_mpegts_parse_descriptors", LIBRARY_GSTMPEGTS);
156 
157 	// gst.mpegts.EIT
158 
159 	Linker.link(gst_mpegts_eit_get_type, "gst_mpegts_eit_get_type", LIBRARY_GSTMPEGTS);
160 
161 	// gst.mpegts.EITEvent
162 
163 	Linker.link(gst_mpegts_eit_event_get_type, "gst_mpegts_eit_event_get_type", LIBRARY_GSTMPEGTS);
164 
165 	// gst.mpegts.ExtendedEventDescriptor
166 
167 	Linker.link(gst_mpegts_extended_event_descriptor_get_type, "gst_mpegts_extended_event_descriptor_get_type", LIBRARY_GSTMPEGTS);
168 	Linker.link(gst_mpegts_extended_event_descriptor_free, "gst_mpegts_extended_event_descriptor_free", LIBRARY_GSTMPEGTS);
169 
170 	// gst.mpegts.ISO639LanguageDescriptor
171 
172 	Linker.link(gst_mpegts_iso_639_language_get_type, "gst_mpegts_iso_639_language_get_type", LIBRARY_GSTMPEGTS);
173 	Linker.link(gst_mpegts_iso_639_language_descriptor_free, "gst_mpegts_iso_639_language_descriptor_free", LIBRARY_GSTMPEGTS);
174 
175 	// gst.mpegts.NIT
176 
177 	Linker.link(gst_mpegts_nit_get_type, "gst_mpegts_nit_get_type", LIBRARY_GSTMPEGTS);
178 	Linker.link(gst_mpegts_nit_new, "gst_mpegts_nit_new", LIBRARY_GSTMPEGTS);
179 
180 	// gst.mpegts.NITStream
181 
182 	Linker.link(gst_mpegts_nit_stream_get_type, "gst_mpegts_nit_stream_get_type", LIBRARY_GSTMPEGTS);
183 	Linker.link(gst_mpegts_nit_stream_new, "gst_mpegts_nit_stream_new", LIBRARY_GSTMPEGTS);
184 
185 	// gst.mpegts.PMT
186 
187 	Linker.link(gst_mpegts_pmt_get_type, "gst_mpegts_pmt_get_type", LIBRARY_GSTMPEGTS);
188 	Linker.link(gst_mpegts_pmt_new, "gst_mpegts_pmt_new", LIBRARY_GSTMPEGTS);
189 
190 	// gst.mpegts.PMTStream
191 
192 	Linker.link(gst_mpegts_pmt_stream_get_type, "gst_mpegts_pmt_stream_get_type", LIBRARY_GSTMPEGTS);
193 	Linker.link(gst_mpegts_pmt_stream_new, "gst_mpegts_pmt_stream_new", LIBRARY_GSTMPEGTS);
194 
195 	// gst.mpegts.PatProgram
196 
197 	Linker.link(gst_mpegts_pat_program_get_type, "gst_mpegts_pat_program_get_type", LIBRARY_GSTMPEGTS);
198 	Linker.link(gst_mpegts_pat_program_new, "gst_mpegts_pat_program_new", LIBRARY_GSTMPEGTS);
199 	Linker.link(gst_mpegts_pat_new, "gst_mpegts_pat_new", LIBRARY_GSTMPEGTS);
200 
201 	// gst.mpegts.SDT
202 
203 	Linker.link(gst_mpegts_sdt_get_type, "gst_mpegts_sdt_get_type", LIBRARY_GSTMPEGTS);
204 	Linker.link(gst_mpegts_sdt_new, "gst_mpegts_sdt_new", LIBRARY_GSTMPEGTS);
205 
206 	// gst.mpegts.SDTService
207 
208 	Linker.link(gst_mpegts_sdt_service_get_type, "gst_mpegts_sdt_service_get_type", LIBRARY_GSTMPEGTS);
209 	Linker.link(gst_mpegts_sdt_service_new, "gst_mpegts_sdt_service_new", LIBRARY_GSTMPEGTS);
210 
211 	// gst.mpegts.Section
212 
213 	Linker.link(gst_mpegts_section_get_type, "gst_mpegts_section_get_type", LIBRARY_GSTMPEGTS);
214 	Linker.link(gst_mpegts_section_new, "gst_mpegts_section_new", LIBRARY_GSTMPEGTS);
215 	Linker.link(gst_mpegts_section_get_atsc_cvct, "gst_mpegts_section_get_atsc_cvct", LIBRARY_GSTMPEGTS);
216 	Linker.link(gst_mpegts_section_get_atsc_eit, "gst_mpegts_section_get_atsc_eit", LIBRARY_GSTMPEGTS);
217 	Linker.link(gst_mpegts_section_get_atsc_ett, "gst_mpegts_section_get_atsc_ett", LIBRARY_GSTMPEGTS);
218 	Linker.link(gst_mpegts_section_get_atsc_mgt, "gst_mpegts_section_get_atsc_mgt", LIBRARY_GSTMPEGTS);
219 	Linker.link(gst_mpegts_section_get_atsc_stt, "gst_mpegts_section_get_atsc_stt", LIBRARY_GSTMPEGTS);
220 	Linker.link(gst_mpegts_section_get_atsc_tvct, "gst_mpegts_section_get_atsc_tvct", LIBRARY_GSTMPEGTS);
221 	Linker.link(gst_mpegts_section_get_bat, "gst_mpegts_section_get_bat", LIBRARY_GSTMPEGTS);
222 	Linker.link(gst_mpegts_section_get_cat, "gst_mpegts_section_get_cat", LIBRARY_GSTMPEGTS);
223 	Linker.link(gst_mpegts_section_get_data, "gst_mpegts_section_get_data", LIBRARY_GSTMPEGTS);
224 	Linker.link(gst_mpegts_section_get_eit, "gst_mpegts_section_get_eit", LIBRARY_GSTMPEGTS);
225 	Linker.link(gst_mpegts_section_get_nit, "gst_mpegts_section_get_nit", LIBRARY_GSTMPEGTS);
226 	Linker.link(gst_mpegts_section_get_pat, "gst_mpegts_section_get_pat", LIBRARY_GSTMPEGTS);
227 	Linker.link(gst_mpegts_section_get_pmt, "gst_mpegts_section_get_pmt", LIBRARY_GSTMPEGTS);
228 	Linker.link(gst_mpegts_section_get_sdt, "gst_mpegts_section_get_sdt", LIBRARY_GSTMPEGTS);
229 	Linker.link(gst_mpegts_section_get_tdt, "gst_mpegts_section_get_tdt", LIBRARY_GSTMPEGTS);
230 	Linker.link(gst_mpegts_section_get_tot, "gst_mpegts_section_get_tot", LIBRARY_GSTMPEGTS);
231 	Linker.link(gst_mpegts_section_get_tsdt, "gst_mpegts_section_get_tsdt", LIBRARY_GSTMPEGTS);
232 	Linker.link(gst_mpegts_section_packetize, "gst_mpegts_section_packetize", LIBRARY_GSTMPEGTS);
233 	Linker.link(gst_mpegts_section_send_event, "gst_mpegts_section_send_event", LIBRARY_GSTMPEGTS);
234 	Linker.link(gst_mpegts_section_from_nit, "gst_mpegts_section_from_nit", LIBRARY_GSTMPEGTS);
235 	Linker.link(gst_mpegts_section_from_pat, "gst_mpegts_section_from_pat", LIBRARY_GSTMPEGTS);
236 	Linker.link(gst_mpegts_section_from_pmt, "gst_mpegts_section_from_pmt", LIBRARY_GSTMPEGTS);
237 	Linker.link(gst_mpegts_section_from_sdt, "gst_mpegts_section_from_sdt", LIBRARY_GSTMPEGTS);
238 	Linker.link(gst_event_parse_mpegts_section, "gst_event_parse_mpegts_section", LIBRARY_GSTMPEGTS);
239 	Linker.link(gst_message_new_mpegts_section, "gst_message_new_mpegts_section", LIBRARY_GSTMPEGTS);
240 	Linker.link(gst_message_parse_mpegts_section, "gst_message_parse_mpegts_section", LIBRARY_GSTMPEGTS);
241 
242 	// gst.mpegts.T2DeliverySystemDescriptor
243 
244 	Linker.link(gst_mpegts_t2_delivery_system_descriptor_get_type, "gst_mpegts_t2_delivery_system_descriptor_get_type", LIBRARY_GSTMPEGTS);
245 	Linker.link(gst_mpegts_t2_delivery_system_descriptor_free, "gst_mpegts_t2_delivery_system_descriptor_free", LIBRARY_GSTMPEGTS);
246 
247 	// gst.mpegts.TOT
248 
249 	Linker.link(gst_mpegts_tot_get_type, "gst_mpegts_tot_get_type", LIBRARY_GSTMPEGTS);
250 
251 	// gst.mpegts.Mpegts
252 
253 	Linker.link(gst_mpegts_initialize, "gst_mpegts_initialize", LIBRARY_GSTMPEGTS);
254 }
255 
256 __gshared extern(C)
257 {
258 
259 	// gst.mpegts.AtscEIT
260 
261 	GType function() c_gst_mpegts_atsc_eit_get_type;
262 
263 	// gst.mpegts.AtscEITEvent
264 
265 	GType function() c_gst_mpegts_atsc_eit_event_get_type;
266 
267 	// gst.mpegts.AtscETT
268 
269 	GType function() c_gst_mpegts_atsc_ett_get_type;
270 
271 	// gst.mpegts.AtscMGT
272 
273 	GType function() c_gst_mpegts_atsc_mgt_get_type;
274 
275 	// gst.mpegts.AtscMGTTable
276 
277 	GType function() c_gst_mpegts_atsc_mgt_table_get_type;
278 
279 	// gst.mpegts.AtscMultString
280 
281 	GType function() c_gst_mpegts_atsc_mult_string_get_type;
282 
283 	// gst.mpegts.AtscSTT
284 
285 	GType function() c_gst_mpegts_atsc_stt_get_type;
286 	GstDateTime* function(GstMpegtsAtscSTT* stt) c_gst_mpegts_atsc_stt_get_datetime_utc;
287 
288 	// gst.mpegts.AtscStringSegment
289 
290 	GType function() c_gst_mpegts_atsc_string_segment_get_type;
291 	const(char)* function(GstMpegtsAtscStringSegment* seg) c_gst_mpegts_atsc_string_segment_get_string;
292 
293 	// gst.mpegts.AtscVCT
294 
295 	GType function() c_gst_mpegts_atsc_vct_get_type;
296 
297 	// gst.mpegts.AtscVCTSource
298 
299 	GType function() c_gst_mpegts_atsc_vct_source_get_type;
300 
301 	// gst.mpegts.BAT
302 
303 	GType function() c_gst_mpegts_bat_get_type;
304 
305 	// gst.mpegts.BATStream
306 
307 	GType function() c_gst_mpegts_bat_stream_get_type;
308 
309 	// gst.mpegts.ComponentDescriptor
310 
311 	GType function() c_gst_mpegts_component_descriptor_get_type;
312 	void function(GstMpegtsComponentDescriptor* source) c_gst_mpegts_dvb_component_descriptor_free;
313 
314 	// gst.mpegts.DVBLinkageDescriptor
315 
316 	GType function() c_gst_mpegts_dvb_linkage_descriptor_get_type;
317 	void function(GstMpegtsDVBLinkageDescriptor* source) c_gst_mpegts_dvb_linkage_descriptor_free;
318 	GstMpegtsDVBLinkageEvent* function(GstMpegtsDVBLinkageDescriptor* desc) c_gst_mpegts_dvb_linkage_descriptor_get_event;
319 	GPtrArray* function(GstMpegtsDVBLinkageDescriptor* desc) c_gst_mpegts_dvb_linkage_descriptor_get_extended_event;
320 	GstMpegtsDVBLinkageMobileHandOver* function(GstMpegtsDVBLinkageDescriptor* desc) c_gst_mpegts_dvb_linkage_descriptor_get_mobile_hand_over;
321 
322 	// gst.mpegts.DataBroadcastDescriptor
323 
324 	GType function() c_gst_mpegts_dvb_data_broadcast_descriptor_get_type;
325 	void function(GstMpegtsDataBroadcastDescriptor* source) c_gst_mpegts_dvb_data_broadcast_descriptor_free;
326 
327 	// gst.mpegts.Descriptor
328 
329 	GType function() c_gst_mpegts_descriptor_get_type;
330 	void function(GstMpegtsDescriptor* desc) c_gst_mpegts_descriptor_free;
331 	int function(GstMpegtsDescriptor* descriptor, ushort* caSystemId, ushort* caPid, ubyte** privateData, size_t* privateDataSize) c_gst_mpegts_descriptor_parse_ca;
332 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsCableDeliverySystemDescriptor* res) c_gst_mpegts_descriptor_parse_cable_delivery_system;
333 	int function(GstMpegtsDescriptor* descriptor, char** bouquetName) c_gst_mpegts_descriptor_parse_dvb_bouquet_name;
334 	int function(GstMpegtsDescriptor* descriptor, GArray** list) c_gst_mpegts_descriptor_parse_dvb_ca_identifier;
335 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsComponentDescriptor** res) c_gst_mpegts_descriptor_parse_dvb_component;
336 	int function(GstMpegtsDescriptor* descriptor, GPtrArray** content) c_gst_mpegts_descriptor_parse_dvb_content;
337 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsDataBroadcastDescriptor** res) c_gst_mpegts_descriptor_parse_dvb_data_broadcast;
338 	int function(GstMpegtsDescriptor* descriptor, ushort* dataBroadcastId, ubyte** idSelectorBytes, ubyte* len) c_gst_mpegts_descriptor_parse_dvb_data_broadcast_id;
339 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsExtendedEventDescriptor** res) c_gst_mpegts_descriptor_parse_dvb_extended_event;
340 	int function(GstMpegtsDescriptor* descriptor, int* offset, GArray** list) c_gst_mpegts_descriptor_parse_dvb_frequency_list;
341 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsDVBLinkageDescriptor** res) c_gst_mpegts_descriptor_parse_dvb_linkage;
342 	int function(GstMpegtsDescriptor* descriptor, GPtrArray** bouquetNameItems) c_gst_mpegts_descriptor_parse_dvb_multilingual_bouquet_name;
343 	int function(GstMpegtsDescriptor* descriptor, ubyte* componentTag, GPtrArray** componentDescriptionItems) c_gst_mpegts_descriptor_parse_dvb_multilingual_component;
344 	int function(GstMpegtsDescriptor* descriptor, GPtrArray** networkNameItems) c_gst_mpegts_descriptor_parse_dvb_multilingual_network_name;
345 	int function(GstMpegtsDescriptor* descriptor, GPtrArray** serviceNameItems) c_gst_mpegts_descriptor_parse_dvb_multilingual_service_name;
346 	int function(GstMpegtsDescriptor* descriptor, char** name) c_gst_mpegts_descriptor_parse_dvb_network_name;
347 	int function(GstMpegtsDescriptor* descriptor, GPtrArray** rating) c_gst_mpegts_descriptor_parse_dvb_parental_rating;
348 	int function(GstMpegtsDescriptor* descriptor, uint* privateDataSpecifier, ubyte** privateData, ubyte* length) c_gst_mpegts_descriptor_parse_dvb_private_data_specifier;
349 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsDVBScramblingModeType* scramblingMode) c_gst_mpegts_descriptor_parse_dvb_scrambling;
350 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsDVBServiceType* serviceType, char** serviceName, char** providerName) c_gst_mpegts_descriptor_parse_dvb_service;
351 	int function(GstMpegtsDescriptor* descriptor, GPtrArray** list) c_gst_mpegts_descriptor_parse_dvb_service_list;
352 	int function(GstMpegtsDescriptor* descriptor, char** languageCode, char** eventName, char** text) c_gst_mpegts_descriptor_parse_dvb_short_event;
353 	int function(GstMpegtsDescriptor* descriptor, ubyte* componentTag) c_gst_mpegts_descriptor_parse_dvb_stream_identifier;
354 	int function(GstMpegtsDescriptor* descriptor, ubyte** stuffingBytes) c_gst_mpegts_descriptor_parse_dvb_stuffing;
355 	int function(GstMpegtsDescriptor* descriptor, uint idx, char** lang, ubyte* type, ushort* compositionPageId, ushort* ancillaryPageId) c_gst_mpegts_descriptor_parse_dvb_subtitling_idx;
356 	uint function(GstMpegtsDescriptor* descriptor) c_gst_mpegts_descriptor_parse_dvb_subtitling_nb;
357 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsT2DeliverySystemDescriptor** res) c_gst_mpegts_descriptor_parse_dvb_t2_delivery_system;
358 	int function(GstMpegtsDescriptor* descriptor, uint idx, char** languageCode, GstMpegtsDVBTeletextType* teletextType, ubyte* magazineNumber, ubyte* pageNumber) c_gst_mpegts_descriptor_parse_dvb_teletext_idx;
359 	uint function(GstMpegtsDescriptor* descriptor) c_gst_mpegts_descriptor_parse_dvb_teletext_nb;
360 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsISO639LanguageDescriptor** res) c_gst_mpegts_descriptor_parse_iso_639_language;
361 	int function(GstMpegtsDescriptor* descriptor, uint idx, char** lang, GstMpegtsIso639AudioType* audioType) c_gst_mpegts_descriptor_parse_iso_639_language_idx;
362 	uint function(GstMpegtsDescriptor* descriptor) c_gst_mpegts_descriptor_parse_iso_639_language_nb;
363 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsLogicalChannelDescriptor* res) c_gst_mpegts_descriptor_parse_logical_channel;
364 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsSatelliteDeliverySystemDescriptor* res) c_gst_mpegts_descriptor_parse_satellite_delivery_system;
365 	int function(GstMpegtsDescriptor* descriptor, GstMpegtsTerrestrialDeliverySystemDescriptor* res) c_gst_mpegts_descriptor_parse_terrestrial_delivery_system;
366 	GstMpegtsDescriptor* function(ubyte tag, ubyte* data, size_t length) c_gst_mpegts_descriptor_from_custom;
367 	GstMpegtsDescriptor* function(ubyte tag, ubyte tagExtension, ubyte* data, size_t length) c_gst_mpegts_descriptor_from_custom_with_extension;
368 	GstMpegtsDescriptor* function(const(char)* name) c_gst_mpegts_descriptor_from_dvb_network_name;
369 	GstMpegtsDescriptor* function(GstMpegtsDVBServiceType serviceType, const(char)* serviceName, const(char)* serviceProvider) c_gst_mpegts_descriptor_from_dvb_service;
370 	GstMpegtsDescriptor* function(const(char)* lang, ubyte type, ushort composition, ushort ancillary) c_gst_mpegts_descriptor_from_dvb_subtitling;
371 	GstMpegtsDescriptor* function(const(char)* language) c_gst_mpegts_descriptor_from_iso_639_language;
372 	GstMpegtsDescriptor* function(const(char)* formatIdentifier, ubyte* additionalInfo, size_t additionalInfoLength) c_gst_mpegts_descriptor_from_registration;
373 	GstMpegtsDescriptor* function(GPtrArray* descriptors, ubyte tag) c_gst_mpegts_find_descriptor;
374 	GPtrArray* function(ubyte* buffer, size_t bufLen) c_gst_mpegts_parse_descriptors;
375 
376 	// gst.mpegts.EIT
377 
378 	GType function() c_gst_mpegts_eit_get_type;
379 
380 	// gst.mpegts.EITEvent
381 
382 	GType function() c_gst_mpegts_eit_event_get_type;
383 
384 	// gst.mpegts.ExtendedEventDescriptor
385 
386 	GType function() c_gst_mpegts_extended_event_descriptor_get_type;
387 	void function(GstMpegtsExtendedEventDescriptor* source) c_gst_mpegts_extended_event_descriptor_free;
388 
389 	// gst.mpegts.ISO639LanguageDescriptor
390 
391 	GType function() c_gst_mpegts_iso_639_language_get_type;
392 	void function(GstMpegtsISO639LanguageDescriptor* desc) c_gst_mpegts_iso_639_language_descriptor_free;
393 
394 	// gst.mpegts.NIT
395 
396 	GType function() c_gst_mpegts_nit_get_type;
397 	GstMpegtsNIT* function() c_gst_mpegts_nit_new;
398 
399 	// gst.mpegts.NITStream
400 
401 	GType function() c_gst_mpegts_nit_stream_get_type;
402 	GstMpegtsNITStream* function() c_gst_mpegts_nit_stream_new;
403 
404 	// gst.mpegts.PMT
405 
406 	GType function() c_gst_mpegts_pmt_get_type;
407 	GstMpegtsPMT* function() c_gst_mpegts_pmt_new;
408 
409 	// gst.mpegts.PMTStream
410 
411 	GType function() c_gst_mpegts_pmt_stream_get_type;
412 	GstMpegtsPMTStream* function() c_gst_mpegts_pmt_stream_new;
413 
414 	// gst.mpegts.PatProgram
415 
416 	GType function() c_gst_mpegts_pat_program_get_type;
417 	GstMpegtsPatProgram* function() c_gst_mpegts_pat_program_new;
418 	GPtrArray* function() c_gst_mpegts_pat_new;
419 
420 	// gst.mpegts.SDT
421 
422 	GType function() c_gst_mpegts_sdt_get_type;
423 	GstMpegtsSDT* function() c_gst_mpegts_sdt_new;
424 
425 	// gst.mpegts.SDTService
426 
427 	GType function() c_gst_mpegts_sdt_service_get_type;
428 	GstMpegtsSDTService* function() c_gst_mpegts_sdt_service_new;
429 
430 	// gst.mpegts.Section
431 
432 	GType function() c_gst_mpegts_section_get_type;
433 	GstMpegtsSection* function(ushort pid, ubyte* data, size_t dataSize) c_gst_mpegts_section_new;
434 	GstMpegtsAtscVCT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_atsc_cvct;
435 	GstMpegtsAtscEIT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_atsc_eit;
436 	GstMpegtsAtscETT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_atsc_ett;
437 	GstMpegtsAtscMGT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_atsc_mgt;
438 	GstMpegtsAtscSTT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_atsc_stt;
439 	GstMpegtsAtscVCT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_atsc_tvct;
440 	GstMpegtsBAT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_bat;
441 	GPtrArray* function(GstMpegtsSection* section) c_gst_mpegts_section_get_cat;
442 	GBytes* function(GstMpegtsSection* section) c_gst_mpegts_section_get_data;
443 	GstMpegtsEIT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_eit;
444 	GstMpegtsNIT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_nit;
445 	GPtrArray* function(GstMpegtsSection* section) c_gst_mpegts_section_get_pat;
446 	GstMpegtsPMT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_pmt;
447 	GstMpegtsSDT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_sdt;
448 	GstDateTime* function(GstMpegtsSection* section) c_gst_mpegts_section_get_tdt;
449 	GstMpegtsTOT* function(GstMpegtsSection* section) c_gst_mpegts_section_get_tot;
450 	GPtrArray* function(GstMpegtsSection* section) c_gst_mpegts_section_get_tsdt;
451 	ubyte* function(GstMpegtsSection* section, size_t* outputSize) c_gst_mpegts_section_packetize;
452 	int function(GstMpegtsSection* section, GstElement* element) c_gst_mpegts_section_send_event;
453 	GstMpegtsSection* function(GstMpegtsNIT* nit) c_gst_mpegts_section_from_nit;
454 	GstMpegtsSection* function(GPtrArray* programs, ushort tsId) c_gst_mpegts_section_from_pat;
455 	GstMpegtsSection* function(GstMpegtsPMT* pmt, ushort pid) c_gst_mpegts_section_from_pmt;
456 	GstMpegtsSection* function(GstMpegtsSDT* sdt) c_gst_mpegts_section_from_sdt;
457 	GstMpegtsSection* function(GstEvent* event) c_gst_event_parse_mpegts_section;
458 	GstMessage* function(GstObject* parent, GstMpegtsSection* section) c_gst_message_new_mpegts_section;
459 	GstMpegtsSection* function(GstMessage* message) c_gst_message_parse_mpegts_section;
460 
461 	// gst.mpegts.T2DeliverySystemDescriptor
462 
463 	GType function() c_gst_mpegts_t2_delivery_system_descriptor_get_type;
464 	void function(GstMpegtsT2DeliverySystemDescriptor* source) c_gst_mpegts_t2_delivery_system_descriptor_free;
465 
466 	// gst.mpegts.TOT
467 
468 	GType function() c_gst_mpegts_tot_get_type;
469 
470 	// gst.mpegts.Mpegts
471 
472 	void function() c_gst_mpegts_initialize;
473 }
474 
475 
476 // gst.mpegts.AtscEIT
477 
478 alias c_gst_mpegts_atsc_eit_get_type gst_mpegts_atsc_eit_get_type;
479 
480 // gst.mpegts.AtscEITEvent
481 
482 alias c_gst_mpegts_atsc_eit_event_get_type gst_mpegts_atsc_eit_event_get_type;
483 
484 // gst.mpegts.AtscETT
485 
486 alias c_gst_mpegts_atsc_ett_get_type gst_mpegts_atsc_ett_get_type;
487 
488 // gst.mpegts.AtscMGT
489 
490 alias c_gst_mpegts_atsc_mgt_get_type gst_mpegts_atsc_mgt_get_type;
491 
492 // gst.mpegts.AtscMGTTable
493 
494 alias c_gst_mpegts_atsc_mgt_table_get_type gst_mpegts_atsc_mgt_table_get_type;
495 
496 // gst.mpegts.AtscMultString
497 
498 alias c_gst_mpegts_atsc_mult_string_get_type gst_mpegts_atsc_mult_string_get_type;
499 
500 // gst.mpegts.AtscSTT
501 
502 alias c_gst_mpegts_atsc_stt_get_type gst_mpegts_atsc_stt_get_type;
503 alias c_gst_mpegts_atsc_stt_get_datetime_utc gst_mpegts_atsc_stt_get_datetime_utc;
504 
505 // gst.mpegts.AtscStringSegment
506 
507 alias c_gst_mpegts_atsc_string_segment_get_type gst_mpegts_atsc_string_segment_get_type;
508 alias c_gst_mpegts_atsc_string_segment_get_string gst_mpegts_atsc_string_segment_get_string;
509 
510 // gst.mpegts.AtscVCT
511 
512 alias c_gst_mpegts_atsc_vct_get_type gst_mpegts_atsc_vct_get_type;
513 
514 // gst.mpegts.AtscVCTSource
515 
516 alias c_gst_mpegts_atsc_vct_source_get_type gst_mpegts_atsc_vct_source_get_type;
517 
518 // gst.mpegts.BAT
519 
520 alias c_gst_mpegts_bat_get_type gst_mpegts_bat_get_type;
521 
522 // gst.mpegts.BATStream
523 
524 alias c_gst_mpegts_bat_stream_get_type gst_mpegts_bat_stream_get_type;
525 
526 // gst.mpegts.ComponentDescriptor
527 
528 alias c_gst_mpegts_component_descriptor_get_type gst_mpegts_component_descriptor_get_type;
529 alias c_gst_mpegts_dvb_component_descriptor_free gst_mpegts_dvb_component_descriptor_free;
530 
531 // gst.mpegts.DVBLinkageDescriptor
532 
533 alias c_gst_mpegts_dvb_linkage_descriptor_get_type gst_mpegts_dvb_linkage_descriptor_get_type;
534 alias c_gst_mpegts_dvb_linkage_descriptor_free gst_mpegts_dvb_linkage_descriptor_free;
535 alias c_gst_mpegts_dvb_linkage_descriptor_get_event gst_mpegts_dvb_linkage_descriptor_get_event;
536 alias c_gst_mpegts_dvb_linkage_descriptor_get_extended_event gst_mpegts_dvb_linkage_descriptor_get_extended_event;
537 alias c_gst_mpegts_dvb_linkage_descriptor_get_mobile_hand_over gst_mpegts_dvb_linkage_descriptor_get_mobile_hand_over;
538 
539 // gst.mpegts.DataBroadcastDescriptor
540 
541 alias c_gst_mpegts_dvb_data_broadcast_descriptor_get_type gst_mpegts_dvb_data_broadcast_descriptor_get_type;
542 alias c_gst_mpegts_dvb_data_broadcast_descriptor_free gst_mpegts_dvb_data_broadcast_descriptor_free;
543 
544 // gst.mpegts.Descriptor
545 
546 alias c_gst_mpegts_descriptor_get_type gst_mpegts_descriptor_get_type;
547 alias c_gst_mpegts_descriptor_free gst_mpegts_descriptor_free;
548 alias c_gst_mpegts_descriptor_parse_ca gst_mpegts_descriptor_parse_ca;
549 alias c_gst_mpegts_descriptor_parse_cable_delivery_system gst_mpegts_descriptor_parse_cable_delivery_system;
550 alias c_gst_mpegts_descriptor_parse_dvb_bouquet_name gst_mpegts_descriptor_parse_dvb_bouquet_name;
551 alias c_gst_mpegts_descriptor_parse_dvb_ca_identifier gst_mpegts_descriptor_parse_dvb_ca_identifier;
552 alias c_gst_mpegts_descriptor_parse_dvb_component gst_mpegts_descriptor_parse_dvb_component;
553 alias c_gst_mpegts_descriptor_parse_dvb_content gst_mpegts_descriptor_parse_dvb_content;
554 alias c_gst_mpegts_descriptor_parse_dvb_data_broadcast gst_mpegts_descriptor_parse_dvb_data_broadcast;
555 alias c_gst_mpegts_descriptor_parse_dvb_data_broadcast_id gst_mpegts_descriptor_parse_dvb_data_broadcast_id;
556 alias c_gst_mpegts_descriptor_parse_dvb_extended_event gst_mpegts_descriptor_parse_dvb_extended_event;
557 alias c_gst_mpegts_descriptor_parse_dvb_frequency_list gst_mpegts_descriptor_parse_dvb_frequency_list;
558 alias c_gst_mpegts_descriptor_parse_dvb_linkage gst_mpegts_descriptor_parse_dvb_linkage;
559 alias c_gst_mpegts_descriptor_parse_dvb_multilingual_bouquet_name gst_mpegts_descriptor_parse_dvb_multilingual_bouquet_name;
560 alias c_gst_mpegts_descriptor_parse_dvb_multilingual_component gst_mpegts_descriptor_parse_dvb_multilingual_component;
561 alias c_gst_mpegts_descriptor_parse_dvb_multilingual_network_name gst_mpegts_descriptor_parse_dvb_multilingual_network_name;
562 alias c_gst_mpegts_descriptor_parse_dvb_multilingual_service_name gst_mpegts_descriptor_parse_dvb_multilingual_service_name;
563 alias c_gst_mpegts_descriptor_parse_dvb_network_name gst_mpegts_descriptor_parse_dvb_network_name;
564 alias c_gst_mpegts_descriptor_parse_dvb_parental_rating gst_mpegts_descriptor_parse_dvb_parental_rating;
565 alias c_gst_mpegts_descriptor_parse_dvb_private_data_specifier gst_mpegts_descriptor_parse_dvb_private_data_specifier;
566 alias c_gst_mpegts_descriptor_parse_dvb_scrambling gst_mpegts_descriptor_parse_dvb_scrambling;
567 alias c_gst_mpegts_descriptor_parse_dvb_service gst_mpegts_descriptor_parse_dvb_service;
568 alias c_gst_mpegts_descriptor_parse_dvb_service_list gst_mpegts_descriptor_parse_dvb_service_list;
569 alias c_gst_mpegts_descriptor_parse_dvb_short_event gst_mpegts_descriptor_parse_dvb_short_event;
570 alias c_gst_mpegts_descriptor_parse_dvb_stream_identifier gst_mpegts_descriptor_parse_dvb_stream_identifier;
571 alias c_gst_mpegts_descriptor_parse_dvb_stuffing gst_mpegts_descriptor_parse_dvb_stuffing;
572 alias c_gst_mpegts_descriptor_parse_dvb_subtitling_idx gst_mpegts_descriptor_parse_dvb_subtitling_idx;
573 alias c_gst_mpegts_descriptor_parse_dvb_subtitling_nb gst_mpegts_descriptor_parse_dvb_subtitling_nb;
574 alias c_gst_mpegts_descriptor_parse_dvb_t2_delivery_system gst_mpegts_descriptor_parse_dvb_t2_delivery_system;
575 alias c_gst_mpegts_descriptor_parse_dvb_teletext_idx gst_mpegts_descriptor_parse_dvb_teletext_idx;
576 alias c_gst_mpegts_descriptor_parse_dvb_teletext_nb gst_mpegts_descriptor_parse_dvb_teletext_nb;
577 alias c_gst_mpegts_descriptor_parse_iso_639_language gst_mpegts_descriptor_parse_iso_639_language;
578 alias c_gst_mpegts_descriptor_parse_iso_639_language_idx gst_mpegts_descriptor_parse_iso_639_language_idx;
579 alias c_gst_mpegts_descriptor_parse_iso_639_language_nb gst_mpegts_descriptor_parse_iso_639_language_nb;
580 alias c_gst_mpegts_descriptor_parse_logical_channel gst_mpegts_descriptor_parse_logical_channel;
581 alias c_gst_mpegts_descriptor_parse_satellite_delivery_system gst_mpegts_descriptor_parse_satellite_delivery_system;
582 alias c_gst_mpegts_descriptor_parse_terrestrial_delivery_system gst_mpegts_descriptor_parse_terrestrial_delivery_system;
583 alias c_gst_mpegts_descriptor_from_custom gst_mpegts_descriptor_from_custom;
584 alias c_gst_mpegts_descriptor_from_custom_with_extension gst_mpegts_descriptor_from_custom_with_extension;
585 alias c_gst_mpegts_descriptor_from_dvb_network_name gst_mpegts_descriptor_from_dvb_network_name;
586 alias c_gst_mpegts_descriptor_from_dvb_service gst_mpegts_descriptor_from_dvb_service;
587 alias c_gst_mpegts_descriptor_from_dvb_subtitling gst_mpegts_descriptor_from_dvb_subtitling;
588 alias c_gst_mpegts_descriptor_from_iso_639_language gst_mpegts_descriptor_from_iso_639_language;
589 alias c_gst_mpegts_descriptor_from_registration gst_mpegts_descriptor_from_registration;
590 alias c_gst_mpegts_find_descriptor gst_mpegts_find_descriptor;
591 alias c_gst_mpegts_parse_descriptors gst_mpegts_parse_descriptors;
592 
593 // gst.mpegts.EIT
594 
595 alias c_gst_mpegts_eit_get_type gst_mpegts_eit_get_type;
596 
597 // gst.mpegts.EITEvent
598 
599 alias c_gst_mpegts_eit_event_get_type gst_mpegts_eit_event_get_type;
600 
601 // gst.mpegts.ExtendedEventDescriptor
602 
603 alias c_gst_mpegts_extended_event_descriptor_get_type gst_mpegts_extended_event_descriptor_get_type;
604 alias c_gst_mpegts_extended_event_descriptor_free gst_mpegts_extended_event_descriptor_free;
605 
606 // gst.mpegts.ISO639LanguageDescriptor
607 
608 alias c_gst_mpegts_iso_639_language_get_type gst_mpegts_iso_639_language_get_type;
609 alias c_gst_mpegts_iso_639_language_descriptor_free gst_mpegts_iso_639_language_descriptor_free;
610 
611 // gst.mpegts.NIT
612 
613 alias c_gst_mpegts_nit_get_type gst_mpegts_nit_get_type;
614 alias c_gst_mpegts_nit_new gst_mpegts_nit_new;
615 
616 // gst.mpegts.NITStream
617 
618 alias c_gst_mpegts_nit_stream_get_type gst_mpegts_nit_stream_get_type;
619 alias c_gst_mpegts_nit_stream_new gst_mpegts_nit_stream_new;
620 
621 // gst.mpegts.PMT
622 
623 alias c_gst_mpegts_pmt_get_type gst_mpegts_pmt_get_type;
624 alias c_gst_mpegts_pmt_new gst_mpegts_pmt_new;
625 
626 // gst.mpegts.PMTStream
627 
628 alias c_gst_mpegts_pmt_stream_get_type gst_mpegts_pmt_stream_get_type;
629 alias c_gst_mpegts_pmt_stream_new gst_mpegts_pmt_stream_new;
630 
631 // gst.mpegts.PatProgram
632 
633 alias c_gst_mpegts_pat_program_get_type gst_mpegts_pat_program_get_type;
634 alias c_gst_mpegts_pat_program_new gst_mpegts_pat_program_new;
635 alias c_gst_mpegts_pat_new gst_mpegts_pat_new;
636 
637 // gst.mpegts.SDT
638 
639 alias c_gst_mpegts_sdt_get_type gst_mpegts_sdt_get_type;
640 alias c_gst_mpegts_sdt_new gst_mpegts_sdt_new;
641 
642 // gst.mpegts.SDTService
643 
644 alias c_gst_mpegts_sdt_service_get_type gst_mpegts_sdt_service_get_type;
645 alias c_gst_mpegts_sdt_service_new gst_mpegts_sdt_service_new;
646 
647 // gst.mpegts.Section
648 
649 alias c_gst_mpegts_section_get_type gst_mpegts_section_get_type;
650 alias c_gst_mpegts_section_new gst_mpegts_section_new;
651 alias c_gst_mpegts_section_get_atsc_cvct gst_mpegts_section_get_atsc_cvct;
652 alias c_gst_mpegts_section_get_atsc_eit gst_mpegts_section_get_atsc_eit;
653 alias c_gst_mpegts_section_get_atsc_ett gst_mpegts_section_get_atsc_ett;
654 alias c_gst_mpegts_section_get_atsc_mgt gst_mpegts_section_get_atsc_mgt;
655 alias c_gst_mpegts_section_get_atsc_stt gst_mpegts_section_get_atsc_stt;
656 alias c_gst_mpegts_section_get_atsc_tvct gst_mpegts_section_get_atsc_tvct;
657 alias c_gst_mpegts_section_get_bat gst_mpegts_section_get_bat;
658 alias c_gst_mpegts_section_get_cat gst_mpegts_section_get_cat;
659 alias c_gst_mpegts_section_get_data gst_mpegts_section_get_data;
660 alias c_gst_mpegts_section_get_eit gst_mpegts_section_get_eit;
661 alias c_gst_mpegts_section_get_nit gst_mpegts_section_get_nit;
662 alias c_gst_mpegts_section_get_pat gst_mpegts_section_get_pat;
663 alias c_gst_mpegts_section_get_pmt gst_mpegts_section_get_pmt;
664 alias c_gst_mpegts_section_get_sdt gst_mpegts_section_get_sdt;
665 alias c_gst_mpegts_section_get_tdt gst_mpegts_section_get_tdt;
666 alias c_gst_mpegts_section_get_tot gst_mpegts_section_get_tot;
667 alias c_gst_mpegts_section_get_tsdt gst_mpegts_section_get_tsdt;
668 alias c_gst_mpegts_section_packetize gst_mpegts_section_packetize;
669 alias c_gst_mpegts_section_send_event gst_mpegts_section_send_event;
670 alias c_gst_mpegts_section_from_nit gst_mpegts_section_from_nit;
671 alias c_gst_mpegts_section_from_pat gst_mpegts_section_from_pat;
672 alias c_gst_mpegts_section_from_pmt gst_mpegts_section_from_pmt;
673 alias c_gst_mpegts_section_from_sdt gst_mpegts_section_from_sdt;
674 alias c_gst_event_parse_mpegts_section gst_event_parse_mpegts_section;
675 alias c_gst_message_new_mpegts_section gst_message_new_mpegts_section;
676 alias c_gst_message_parse_mpegts_section gst_message_parse_mpegts_section;
677 
678 // gst.mpegts.T2DeliverySystemDescriptor
679 
680 alias c_gst_mpegts_t2_delivery_system_descriptor_get_type gst_mpegts_t2_delivery_system_descriptor_get_type;
681 alias c_gst_mpegts_t2_delivery_system_descriptor_free gst_mpegts_t2_delivery_system_descriptor_free;
682 
683 // gst.mpegts.TOT
684 
685 alias c_gst_mpegts_tot_get_type gst_mpegts_tot_get_type;
686 
687 // gst.mpegts.Mpegts
688 
689 alias c_gst_mpegts_initialize gst_mpegts_initialize;