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