From 830bb18b173a1c68720eb0df2ed860daea7d4c7e Mon Sep 17 00:00:00 2001 From: sr55 Date: Tue, 19 Nov 2013 22:30:26 +0000 Subject: WinGui: Removed the need for the user settings service from IEncode and IScan interfaces and various other places. This makes the API much simpler to use. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5897 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/UserSettingConstants.cs | 51 +++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs') diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index ac876e6bf..bf50ec8db 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -251,6 +251,57 @@ namespace HandBrakeWPF /// public const string DisableLibDvdNav = "DisableLibDvdNav"; + /// + /// The disable quick sync decoding. + /// + public const string DisableQuickSyncDecoding = "DisableQuickSyncDecoding"; + + /// + /// The enable dxva. + /// + public const string EnableDxva = "EnableDxva"; + + /// + /// The scaling mode. + /// + public const string ScalingMode = "ScalingMode"; + + /// + /// Preview Scan Count + /// + public const string PreviewScanCount = "previewScanCount"; + + /// + /// The Verbosity + /// + public const string Verbosity = "Verbosity"; + + /// + /// Min Title Scan Duration + /// + public const string MinScanDuration = "MinTitleScanDuration"; + + /// + /// Process Priority + /// + public const string ProcessPriority = "ProcessPriority"; + + /// + /// Save Log Directory + /// + public const string SaveLogToCopyDirectory = "SaveLogToCopyDirectory"; + + /// + /// Save log with video + /// + public const string SaveLogWithVideo = "SaveLogWithVideo"; + + /// + /// Save copy of the log to a directory + /// + public const string SaveLogCopyDirectory = "SaveLogCopyDirectory"; + + #endregion } } \ No newline at end of file -- cgit v1.2.3