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:
@@ -232,7 +232,15 @@ namespace TagLib.Asf {
|
||||
/// </value>
|
||||
public ulong Preroll {
|
||||
get {return preroll;}
|
||||
}
|
||||
}
|
||||
|
||||
//public long AudioSampleCount
|
||||
//{
|
||||
// get
|
||||
// {
|
||||
// return (((long) send_duration - (long) preroll * 10000) * 44100 + 5000000) / 10000000;
|
||||
// }
|
||||
//}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the flags of the file described by the current
|
||||
|
||||
Reference in New Issue
Block a user