summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Denoise.cs
blob: 509e165a223923432e401f861fd2c3bc93665aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace HandBrake.Interop
{
	public enum Denoise
	{
		Off = 0,
		Weak,
		Medium,
		Strong,
		Custom
	}
}