1 2 3 4 5 6 7 8 9 10 11
namespace HandBrake.ApplicationServices.Model.Encoding { public enum Denoise { Off = 0, Weak, Medium, Strong, Custom } }