mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Removed AudioEncoderSettings/AudioDecoderSettings classes, all of their functionality is now in IAudioEncoderSettings/IAudioDecoderSettings interfaces.
This commit is contained in:
@@ -66,7 +66,7 @@ namespace CUETools.Codecs.HDCD
|
||||
get { throw new Exception("unsupported"); }
|
||||
}
|
||||
|
||||
public AudioEncoderSettings Settings
|
||||
public IAudioEncoderSettings Settings
|
||||
{
|
||||
get { throw new Exception("unsupported"); }
|
||||
set { throw new Exception("unsupported"); }
|
||||
|
||||
Reference in New Issue
Block a user