Cleanup IAudioDest; CompressionLevel is now part of AudioEncoderSettings.

FLAC encoders no longer offer non-subset compression levels by default.
This commit is contained in:
Grigory Chudov
2013-04-01 23:03:22 -04:00
parent 773c6d63fa
commit 9dd4897acc
44 changed files with 374 additions and 524 deletions

View File

@@ -104,13 +104,7 @@ namespace HDCDDotNet
set { throw new Exception("unsupported"); }
}
public object Settings
{
get { throw new Exception("unsupported"); }
set { throw new Exception("unsupported"); }
}
public int CompressionLevel
public AudioEncoderSettings Settings
{
get { throw new Exception("unsupported"); }
set { throw new Exception("unsupported"); }