mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Refactoring: moved Padding and BlockSize from IAudioDest to AudioEncoderSettings;
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
|
||||
AudioEncoderSettings Settings { get; set; }
|
||||
long FinalSampleCount { set; }
|
||||
long BlockSize { set; }
|
||||
long Padding { set; }
|
||||
|
||||
void Write(AudioBuffer buffer);
|
||||
void Close();
|
||||
|
||||
Reference in New Issue
Block a user