Exemple #1
0
 /// <summary>
 /// Gets the current memory usage of all non-streaming sounds. This method does not seem to work properly.
 /// </summary>
 /// <returns></returns>
 public long GetMemoryUseage()
 {
     return((long)FreeSL.fslGetSoundMemoryUsage());
 }