mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
nothing interesting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -232,7 +232,15 @@ namespace TagLib.Asf {
|
|||||||
/// </value>
|
/// </value>
|
||||||
public ulong Preroll {
|
public ulong Preroll {
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user