Пример #1
0
 /// <summary>
 /// Stop Output.
 /// </summary>
 public bool Stop()
 {
     Ensure();
     return(Bass.Stop());
 }