diff options
author | sr55 <[email protected]> | 2018-06-10 21:21:45 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-06-10 21:22:13 +0100 |
commit | c70981efae72a8392c18a7e92db667eddbc55485 (patch) | |
tree | 99b00bbc8287434684d99603710a189c4ef243aa /win/CS/HandBrakeWPF/UserSettingConstants.cs | |
parent | ae881a0c1aa77a80deba7a3c81ab907e8e3d62ad (diff) |
WinGui: Implement most of the HTTP Worker Process stubs.
Diffstat (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/UserSettingConstants.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index 34d24d25d..9e4d37a17 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -256,6 +256,16 @@ namespace HandBrakeWPF /// </summary>
public static string WhenDoneAudioFile = "WhenDoneAudioFile";
+ /// <summary>
+ /// Setting to store whether we are using a Worker Process or in-process encoding.
+ /// </summary>
+ public static string RemoteServiceEnabled = "RemoteServiceEnabled";
+
+ /// <summary>
+ /// The port that the worker process is running on.
+ /// </summary>
+ public static string RemoteServicePort = "RemoteServicePort";
+
#endregion
}
}
\ No newline at end of file |