Reading audio output is stopped when audio visualizers are not in used.
4 using System.Runtime.Serialization;
5 using System.Threading;
10 public abstract class ActionType
13 public string Name { get; protected set; }
15 public string Description { get; protected set; }