nothing interesting

This commit is contained in:
Grigory Chudov
2013-03-25 00:29:50 -04:00
parent c0c9b17391
commit f268ac8a62
2 changed files with 10 additions and 1 deletions

View File

@@ -18,3 +18,4 @@ ttalib-1.1/x64
CUETools.AVX/Win32 CUETools.AVX/Win32
CUETools.AVX/x64 CUETools.AVX/x64
CUETools/TestResults/ CUETools/TestResults/
bin/CUETools_2.1.4

View File

@@ -234,6 +234,14 @@ namespace TagLib.Asf {
get {return preroll;} get {return preroll;}
} }
//public long AudioSampleCount
//{
// get
// {
// return (((long) send_duration - (long) preroll * 10000) * 44100 + 5000000) / 10000000;
// }
//}
/// <summary> /// <summary>
/// Gets the flags of the file described by the current /// Gets the flags of the file described by the current
/// instance. /// instance.