2018-01-29 18:56:49 +00:00
|
|
|
// 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
|
2023-03-01 09:55:38 +00:00
|
|
|
[GLib.GType (typeof (Gst.Video.VideoGLTextureOrientationGType))]
|
2018-01-29 18:56:49 +00:00
|
|
|
public enum VideoGLTextureOrientation {
|
|
|
|
|
|
|
|
NormalYNormal = 0,
|
|
|
|
NormalYFlip = 1,
|
|
|
|
FlipYNormal = 2,
|
|
|
|
FlipYFlip = 3,
|
|
|
|
}
|
2023-03-01 09:55:38 +00:00
|
|
|
|
|
|
|
internal class VideoGLTextureOrientationGType {
|
|
|
|
[DllImport ("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
|
|
|
|
static extern IntPtr gst_video_gl_texture_orientation_get_type ();
|
|
|
|
|
|
|
|
public static GLib.GType GType {
|
|
|
|
get {
|
|
|
|
return new GLib.GType (gst_video_gl_texture_orientation_get_type ());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-01-29 18:56:49 +00:00
|
|
|
#endregion
|
|
|
|
}
|