diff options
author | sr55 <[email protected]> | 2011-12-20 20:42:07 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-12-20 20:42:07 +0000 |
commit | 4d0e5554c2e8d0a9fced4c1e3e1662aa677ff748 (patch) | |
tree | 140caef970e82488612ad31507588f7c65167dcb /win/CS/HandBrake.ApplicationServices/Services/Interfaces | |
parent | 7ebaeeb31c1eba5f86a79d9ae9946822e50232a9 (diff) |
WinGui: Some Audio Panel refactoring and an additional method to the scan service to allow scan logs to be more easily debugged.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4377 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/Interfaces')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs index fbbebfe27..b992dc8eb 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs @@ -86,5 +86,13 @@ namespace HandBrake.ApplicationServices.Services.Interfaces /// Kill the scan
/// </summary>
void Stop();
+
+ /// <summary>
+ /// Take a Scan Log file, and process it as if it were from the CLI.
+ /// </summary>
+ /// <param name="path">
+ /// The path to the log file.
+ /// </param>
+ void DebugScanLog(string path);
}
}
\ No newline at end of file |