summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Services/Interfaces
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-06-15 17:45:06 +0000
committersr55 <[email protected]>2011-06-15 17:45:06 +0000
commitb957ee1aaba01b06d9f8b3f26e0385eba061baf2 (patch)
tree6ca577f1f7cb978c1311b444be9bcac5da4ad373 /win/CS/HandBrake.ApplicationServices/Services/Interfaces
parent4d7216fba8652a83821be49cd16cc851b5cc4cd2 (diff)
WinGui:
- Correctly set the number of previews to generate during Scan - Fix an issue where the CLI query is not printed to the log window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4061 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/Interfaces')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs13
1 files changed, 10 insertions, 3 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs
index 6cbce5273..fbbebfe27 100644
--- a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs
+++ b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs
@@ -71,9 +71,16 @@ namespace HandBrake.ApplicationServices.Services.Interfaces
/// Scan a Source Path.
/// Title 0: scan all
/// </summary>
- /// <param name="sourcePath">Path to the file to scan</param>
- /// <param name="title">int title number. 0 for scan all</param>
- void Scan(string sourcePath, int title);
+ /// <param name="sourcePath">
+ /// Path to the file to scan
+ /// </param>
+ /// <param name="title">
+ /// int title number. 0 for scan all
+ /// </param>
+ /// <param name="previewCount">
+ /// The preview Count.
+ /// </param>
+ void Scan(string sourcePath, int title, int previewCount);
/// <summary>
/// Kill the scan