summaryrefslogtreecommitdiffstats
path: root/win/C#/Model/QueryEncodeMode.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-07-03 16:38:58 +0000
committersr55 <[email protected]>2010-07-03 16:38:58 +0000
commit4813f1cf12793faed41951e0e4a195332f97ddcd (patch)
tree74af059ceecb2986cc2cc815f15e07cc3cea2181 /win/C#/Model/QueryEncodeMode.cs
parent2c796d86cf24e15f10f20680f4c8f89628f25418 (diff)
WinGui:
- Refactored The Query Generator to allow for more control on the AddPreset Window. - Also fix an issue where an empty x264 query would still result in -x being added to the query. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3423 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Model/QueryEncodeMode.cs')
-rw-r--r--win/C#/Model/QueryEncodeMode.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/win/C#/Model/QueryEncodeMode.cs b/win/C#/Model/QueryEncodeMode.cs
new file mode 100644
index 000000000..63e6eccff
--- /dev/null
+++ b/win/C#/Model/QueryEncodeMode.cs
@@ -0,0 +1,16 @@
+/* AddPresetMode.cs $
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
+
+namespace Handbrake.Model
+{
+ /// <summary>
+ /// Picture Settings Mode when adding presets
+ /// </summary>
+ public enum QueryEncodeMode
+ {
+ Preview,
+ Standard
+ }
+} \ No newline at end of file