This commit is contained in:
Grigory Chudov
2018-10-21 14:12:25 -04:00
30 changed files with 1470 additions and 121 deletions

View File

@@ -29,6 +29,11 @@ namespace CUETools.DSP.Mixer
set { throw new NotSupportedException(); }
}
public TimeSpan Duration
{
get { throw new NotSupportedException(); }
}
public long Length
{
get { throw new NotSupportedException(); }