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 gstreamerc.gstinterfacestypes;
26 
27 public import gtkc.glibtypes;
28 public import gtkc.gobjecttypes;
29 
30 public alias void* GstColorBalanceChannelAutoptr;
31 
32 public alias void* GstVideoBufferPoolAutoptr;
33 
34 public alias void* GstVideoCodecFrameAutoptr;
35 
36 public alias void* GstVideoCodecStateAutoptr;
37 
38 public alias void* GstVideoDecoderAutoptr;
39 
40 public alias void* GstVideoEncoderAutoptr;
41 
42 public alias void* GstVideoFilterAutoptr;
43 
44 public alias void* GstVideoInfoAutoptr;
45 
46 public alias void* GstVideoOverlayCompositionAutoptr;
47 
48 public alias void* GstVideoOverlayRectangleAutoptr;
49 
50 public alias void* GstVideoSinkAutoptr;
51 
52 struct GstVideoOverlay;
53 
54 /**
55  * #GstVideoOverlay interface
56  */
57 struct GstVideoOverlayInterface
58 {
59 	/**
60 	 * parent interface type.
61 	 */
62 	GTypeInterface iface;
63 	/** */
64 	extern(C) void function(GstVideoOverlay* overlay) expose;
65 	/** */
66 	extern(C) void function(GstVideoOverlay* overlay, int handleEvents) handleEvents;
67 	/** */
68 	extern(C) void function(GstVideoOverlay* overlay, int x, int y, int width, int height) setRenderRectangle;
69 	/** */
70 	extern(C) void function(GstVideoOverlay* overlay, size_t handle) setWindowHandle;
71 }