1 2 3 4 5 6 7 8 9
namespace HandBrake.Interop { public class Limits { public int Low { get; set; } public int High { get; set; } } }