reorganizing a bit

This commit is contained in:
chudov
2010-02-08 01:29:31 +00:00
parent 1f844b44e1
commit c815a90eb5
66 changed files with 1101 additions and 1396 deletions

View File

@@ -54,6 +54,11 @@ namespace CUETools.Codecs
long BlockSize { set; }
}
public interface IAudioFilter
{
IAudioDest AudioDest { set; }
}
/// <summary>
/// This class provides an attribute for marking
/// classes that provide <see cref="IAudioDest" />.