OSDN Git Service

a9c8609f341c21ffe3057228f32835b9c2c7f535
[handbrake-jp/handbrake-jp-git.git] / win / C# / Model / SubtitleType.cs
1 /*  SubtitleType.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.Model\r
7 {\r
8     /// <summary>\r
9     /// Subtitle Type. \r
10     /// 0: Picture\r
11     /// 1: Text\r
12     /// </summary>\r
13     public enum SubtitleType\r
14     {\r
15         Picture,\r
16         Text\r
17     }\r
18 }\r