/// <summary> /// Pause Output. /// </summary> public bool Pause() { Ensure(); return(Bass.Pause()); }