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
|
|
|
|
[Flags]
|
|
|
|
[GLib.GType (typeof (Gst.Video.VideoBufferFlagsGType))]
|
|
|
|
public enum VideoBufferFlags {
|
|
|
|
|
2020-06-17 18:36:28 +00:00
|
|
|
Marker = 512,
|
2018-01-29 18:56:49 +00:00
|
|
|
Interlaced = 1048576,
|
|
|
|
Tff = 2097152,
|
|
|
|
Rff = 4194304,
|
|
|
|
Onefield = 8388608,
|
2019-02-25 14:33:39 +00:00
|
|
|
BottomField = 8388608,
|
|
|
|
TopField = 10485760,
|
2018-01-29 18:56:49 +00:00
|
|
|
MultipleView = 16777216,
|
|
|
|
FirstInBundle = 33554432,
|
|
|
|
Last = 268435456,
|
|
|
|
}
|
|
|
|
|
|
|
|
internal class VideoBufferFlagsGType {
|
2019-10-24 14:00:17 +00:00
|
|
|
[DllImport ("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
|
2018-01-29 18:56:49 +00:00
|
|
|
static extern IntPtr gst_video_buffer_flags_get_type ();
|
|
|
|
|
|
|
|
public static GLib.GType GType {
|
|
|
|
get {
|
|
|
|
return new GLib.GType (gst_video_buffer_flags_get_type ());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|