From 5c878c4eab2f01acc386165fca26d2f3ef943b77 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 25 Aug 2012 14:05:56 +0000 Subject: WinGui: General Tidyup of the Services Library API. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4915 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../Services/Interfaces/IQueueManager.cs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'win/CS/HandBrake.ApplicationServices/Services/Interfaces') diff --git a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IQueueManager.cs b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IQueueManager.cs index 0ae6bf518..b52be1aef 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IQueueManager.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IQueueManager.cs @@ -127,10 +127,19 @@ namespace HandBrake.ApplicationServices.Services.Interfaces /// /// The path to the location for the script to be saved. /// + /// + /// The preview Scan Count. + /// + /// + /// The verbosity. + /// + /// + /// The disable Libdvdnav. + /// /// /// True if sucessful /// - bool WriteBatchScriptToFile(string path); + bool WriteBatchScriptToFile(string path, int previewScanCount, int verbosity, bool disableLibdvdnav); /// /// Temp workaround until this can be fixed properly. -- cgit v1.2.3