More refactoring: UserDefinedWriter is now a more typical IAudioDest, that has it's own UserDefinedEncoderSettings

This commit is contained in:
Grigory Chudov
2013-04-09 20:51:13 -04:00
parent e3d0c595c0
commit 218dad5c45
9 changed files with 127 additions and 131 deletions

View File

@@ -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