mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 10:04:24 +00:00
8 lines
124 B
C#
8 lines
124 B
C#
namespace CUETools.Codecs
|
|
{
|
|
public interface IAudioFilter
|
|
{
|
|
IAudioDest AudioDest { set; }
|
|
}
|
|
}
|