summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video/VideoGLTextureOrientation.cs
blob: 14b91a9c2a8c2a4a6676126f72bbefd189ef10dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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
	public enum VideoGLTextureOrientation {

		NormalYNormal = 0,
		NormalYFlip = 1,
		FlipYNormal = 2,
		FlipYFlip = 3,
	}
#endregion
}