From 5381c32a099538cc0e63d5393f26c6aa607b5eee Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 2 Jan 2015 21:18:44 +0000 Subject: WinGui: Bug fixes to the libhb json encode factory and surrounding classes. Encoding is now working, but some settings are not fully honoured yet. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6681 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrakeInterop/Interfaces/IHandBrakeInstance.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Interfaces/IHandBrakeInstance.cs') diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Interfaces/IHandBrakeInstance.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Interfaces/IHandBrakeInstance.cs index 64c03cbef..e6eeae943 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Interfaces/IHandBrakeInstance.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Interfaces/IHandBrakeInstance.cs @@ -143,10 +143,13 @@ namespace HandBrake.Interop.Interfaces /// /// The job to start. /// + /// + /// The title. + /// /// /// The scan Preview Count. /// - void StartEncode(EncodeJob jobToStart, int scanPreviewCount); + void StartEncode(EncodeJob jobToStart, Title title, int scanPreviewCount); /// /// Starts an encode with the given job. @@ -154,6 +157,9 @@ namespace HandBrake.Interop.Interfaces /// /// The job to start. /// + /// + /// The title. + /// /// /// True if this is a preview encode. /// @@ -170,8 +176,7 @@ namespace HandBrake.Interop.Interfaces /// /// The scan Preview Count. /// - void StartEncode( - EncodeJob job, bool preview, int previewNumber, int previewSeconds, double overallSelectedLengthSeconds, int scanPreviewCount); + void StartEncode(EncodeJob job, Title title, bool preview, int previewNumber, int previewSeconds, double overallSelectedLengthSeconds, int scanPreviewCount); /// /// Starts scanning the given path. -- cgit v1.2.3