OSDN Git Service

154428987132fd9d505d52f5aaca5228c232797f
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrake.ApplicationServices / Model / Encoding / Deinterlace.cs
1 /*  Deinterlace.cs $\r
2     This file is part of the HandBrake source code.\r
3     Homepage: <http://handbrake.fr>.\r
4     It may be used under the terms of the GNU General Public License. */\r
5 \r
6 namespace HandBrake.ApplicationServices.Model.Encoding\r
7 {\r
8     /// <summary>\r
9     /// The Deinterlace Filter\r
10     /// </summary>\r
11     public enum Deinterlace\r
12     {\r
13         Off = 0,\r
14         Fast,\r
15         Slow,\r
16         Slower,\r
17         Custom\r
18     }\r
19 }\r