diff options
author | David Rickard <[email protected]> | 2019-05-08 13:31:41 -0700 |
---|---|---|
committer | Scott <[email protected]> | 2019-05-08 21:31:41 +0100 |
commit | 7bd675b67fbadc193750377f7f2fc4b60a1ca193 (patch) | |
tree | 896a112621aae9572e18bfd3f8e8b42d691ced87 /win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs | |
parent | bafd0c3dfd1e6a23da7389b1d9c783d3b489861c (diff) |
Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK project style. (#2068)
Updated solution to VS 2019
Diffstat (limited to 'win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs b/win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs index 139a62e8d..7d8ae9a64 100644 --- a/win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs +++ b/win/CS/HandBrake.Interop/Interop/HandBrakeInstance.cs @@ -95,16 +95,6 @@ namespace HandBrake.Interop.Interop public int FeatureTitle { get; private set; } /// <summary> - /// Gets the HandBrake version string. - /// </summary> - public string Version => Marshal.PtrToStringAnsi(HBFunctions.hb_get_version(this.Handle)); - - /// <summary> - /// Gets the HandBrake build number. - /// </summary> - public int Build => HBFunctions.hb_get_build(this.Handle); - - /// <summary> /// Initializes this instance. /// </summary> /// <param name="verbosity"> |