mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
More refactoring: UserDefinedWriter is now a more typical IAudioDest, that has it's own UserDefinedEncoderSettings
This commit is contained in:
@@ -12,6 +12,20 @@ namespace CUETools.Codecs
|
||||
{
|
||||
}
|
||||
|
||||
[DefaultValue(null)]
|
||||
public string Path
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
[DefaultValue(null)]
|
||||
public string Parameters
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public string SupportedModes
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user