mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Codecs.LossyWAV: split classes into separate files.
This commit is contained in:
12
CUETools.Codecs.LossyWAV/channel_rec.cs
Normal file
12
CUETools.Codecs.LossyWAV/channel_rec.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace CUETools.Codecs.LossyWAV
|
||||
{
|
||||
struct channel_rec
|
||||
{
|
||||
public double this_codec_block_rms;
|
||||
public double this_codec_block_bits;
|
||||
public short maximum_bits_to_remove;
|
||||
public short bits_to_remove;
|
||||
public short bits_lost;
|
||||
public short clipped_samples;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user