eac3toui is now called BluTools and has improved looks

This commit is contained in:
Grigory Chudov
2018-02-26 21:31:07 -05:00
parent 790b904ec2
commit 39f4792319
30 changed files with 281 additions and 108 deletions

View File

@@ -591,6 +591,22 @@ namespace CUETools.Codecs.BDLPCM
}
}
public byte CodingType
{
get
{
return coding_type;
}
}
public byte FormatType
{
get
{
return format;
}
}
public string LanguageString
{
get