summaryrefslogtreecommitdiff
path: root/subprojects/gstreamer-sharp/sources/generated/Gst.Video/VideoChromaMode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/gstreamer-sharp/sources/generated/Gst.Video/VideoChromaMode.cs')
-rw-r--r--subprojects/gstreamer-sharp/sources/generated/Gst.Video/VideoChromaMode.cs30
1 files changed, 30 insertions, 0 deletions
diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst.Video/VideoChromaMode.cs b/subprojects/gstreamer-sharp/sources/generated/Gst.Video/VideoChromaMode.cs
new file mode 100644
index 0000000000..b5ff455776
--- /dev/null
+++ b/subprojects/gstreamer-sharp/sources/generated/Gst.Video/VideoChromaMode.cs
@@ -0,0 +1,30 @@
+// This file was generated by the Gtk# code generator.
+// Any changes made will be lost if regenerated.
+
+namespace Gst.Video {
+
+ using System;
+ using System.Runtime.InteropServices;
+
+#region Autogenerated code
+ [GLib.GType (typeof (Gst.Video.VideoChromaModeGType))]
+ public enum VideoChromaMode {
+
+ Full = 0,
+ UpsampleOnly = 1,
+ DownsampleOnly = 2,
+ None = 3,
+ }
+
+ internal class VideoChromaModeGType {
+ [DllImport ("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
+ static extern IntPtr gst_video_chroma_mode_get_type ();
+
+ public static GLib.GType GType {
+ get {
+ return new GLib.GType (gst_video_chroma_mode_get_type ());
+ }
+ }
+ }
+#endregion
+}