mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
37 lines
883 B
C#
37 lines
883 B
C#
// 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.VideoAFDValueGType))]
|
|
public enum VideoAFDValue {
|
|
|
|
Unavailable = 0,
|
|
_16169TopAligned = 2,
|
|
_14149TopAligned = 3,
|
|
GreaterThan169 = 4,
|
|
_443Full169Full = 8,
|
|
_443Full43Pillar = 9,
|
|
_16169Letter169Full = 10,
|
|
_14149Letter149Pillar = 11,
|
|
_443Full149Center = 13,
|
|
_16169Letter149Center = 14,
|
|
_16169Letter43Center = 15,
|
|
}
|
|
|
|
internal class VideoAFDValueGType {
|
|
[DllImport ("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
|
|
static extern IntPtr gst_video_afd_value_get_type ();
|
|
|
|
public static GLib.GType GType {
|
|
get {
|
|
return new GLib.GType (gst_video_afd_value_get_type ());
|
|
}
|
|
}
|
|
}
|
|
#endregion
|
|
}
|