diff options
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Interfaces/IHandBrakeInstance.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Interfaces/IHandBrakeInstance.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Interfaces/IHandBrakeInstance.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Interfaces/IHandBrakeInstance.cs index 9225acfc5..4d6a127bd 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Interfaces/IHandBrakeInstance.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Interfaces/IHandBrakeInstance.cs @@ -67,6 +67,12 @@ namespace HandBrake.Interop.Interfaces #region Public Methods
/// <summary>
+ /// Initializes this instance.
+ /// </summary>
+ /// <param name="verbosity">The code for the logging verbosity to use.</param>
+ void Initialize(int verbosity);
+
+ /// <summary>
/// Calculates the video bitrate for the given job and target size.
/// </summary>
/// <param name="job">
|