summaryrefslogtreecommitdiff
path: root/ges/generated/GES/VideoSource.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ges/generated/GES/VideoSource.cs')
-rw-r--r--ges/generated/GES/VideoSource.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/ges/generated/GES/VideoSource.cs b/ges/generated/GES/VideoSource.cs
index 21ddaca..0438b1c 100644
--- a/ges/generated/GES/VideoSource.cs
+++ b/ges/generated/GES/VideoSource.cs
@@ -92,6 +92,15 @@ namespace GES {
}
}
+ [DllImport("ges-1.0", CallingConvention = CallingConvention.Cdecl)]
+ static extern bool ges_video_source_get_natural_size(IntPtr raw, out int width, out int height);
+
+ public bool GetNaturalSize(out int width, out int height) {
+ bool raw_ret = ges_video_source_get_natural_size(Handle, out width, out height);
+ bool ret = raw_ret;
+ return ret;
+ }
+
static VideoSource ()
{