public Lrc(LrcState state, LrcQueue callbackQueue) { this.state = state; this.callbackQueue = callbackQueue; }
private static readonly long TICK_TIMEOUT = 500 * TimeSpan.TicksPerMillisecond; // 500 ms #endregion Fields #region Constructors public Lrc(LrcState state, LrcQueue callbackQueue) { this.state = state; this.callbackQueue = callbackQueue; }