summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video/VideoAFDValue.cs
blob: 6a1a388616d6ec4868392675c671d8d2f277856e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// 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
}