summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Video/IColorBalance.cs
blob: 15fa9b90629d54bd7c0eb502118e00f90b527ce3 (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
// 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 IColorBalance : GLib.IWrapper {

		event Gst.Video.ValueChangedEventHandler ValueChangedEvent;
		Gst.Video.ColorBalanceType BalanceType { 
			get;
		}
		int GetValue(Gst.Video.ColorBalanceChannel channel);
		Gst.Video.ColorBalanceChannel[] ListChannels();
		void SetValue(Gst.Video.ColorBalanceChannel channel, int value);
		void ValueChanged(Gst.Video.ColorBalanceChannel channel, int value);
	}

	[GLib.GInterface (typeof (ColorBalanceAdapter))]
	public partial interface IColorBalanceImplementor : GLib.IWrapper {

		Gst.Video.ColorBalanceChannel[] ListChannels ();
		void SetValue (Gst.Video.ColorBalanceChannel channel, int value);
		int GetValue (Gst.Video.ColorBalanceChannel channel);
		Gst.Video.ColorBalanceType BalanceType { get; }
	}
#endregion
}