summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video/IVideoDirection.cs
blob: 273b6ded23ed5f8c3aeb9176da129e635d08ca67 (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
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.

namespace Gst.Video {

	using System;

#region Autogenerated code
	public partial interface IVideoDirection : GLib.IWrapper {

		Gst.Video.VideoOrientationMethod VideoDirection {
			get; set;
		}
	}

	[GLib.GInterface (typeof (VideoDirectionAdapter))]
	public partial interface IVideoDirectionImplementor : GLib.IWrapper {

		[GLib.Property ("video-direction")]
		Gst.Video.VideoOrientationMethod VideoDirection {
			get; set;
		}
	}
#endregion
}