mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Updated the build system, now using .NET Framework v4.0 for most things
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using CUETools.Codecs;
|
||||
|
||||
namespace CUETools.Codecs.libFLAC.Writer
|
||||
namespace CUETools.Codecs.libFLAC
|
||||
{
|
||||
public class WriterSettings : AudioEncoderSettings
|
||||
{
|
||||
@@ -24,6 +24,10 @@ namespace CUETools.Codecs.libFLAC.Writer
|
||||
[DisplayName("MD5")]
|
||||
[Description("Calculate MD5 hash for audio stream")]
|
||||
public bool MD5Sum { get; set; }
|
||||
|
||||
[DisplayName("Version")]
|
||||
[Description("Library version")]
|
||||
public string Version => FLACDLL.GetVersion;
|
||||
};
|
||||
|
||||
[AudioEncoderClass("libFLAC", "flac", true, 2, typeof(WriterSettings))]
|
||||
|
||||
Reference in New Issue
Block a user