BrightIdeasSoftware.Audio.Tick C# (CSharp) Method

Tick() public method

Advance the audio and return if it is done.
public Tick ( long elapsed ) : bool
elapsed long
return bool
        public override bool Tick(long elapsed) {
            return !this.done;
        }