From 0058e66974b545911342f72078469653384b509d Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 7 Mar 2013 22:11:11 +0000 Subject: WinGui: Some Threading, Performance and Log window fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5308 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Services/Interfaces/IEncode.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win/CS/HandBrake.ApplicationServices/Services/Interfaces') diff --git a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IEncode.cs b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IEncode.cs index 915d66788..fbb59ec2b 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IEncode.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Interfaces/IEncode.cs @@ -66,6 +66,11 @@ namespace HandBrake.ApplicationServices.Services.Interfaces /// string ActivityLog { get; } + /// + /// Gets the log index. The current log row counter. + /// + int LogIndex { get; } + /// /// Start with a LibHb EncodeJob Object /// -- cgit v1.2.3