CapgeminiSurface.Util.ThreadedSoundPlayer.ThreadedSoundPlayer C# (CSharp) Method

ThreadedSoundPlayer() public method

public ThreadedSoundPlayer ( Stream fileStream ) : System.IO
fileStream System.IO.Stream
return System.IO
        public ThreadedSoundPlayer(Stream fileStream)
            : base(fileStream)
        {
            SoundIsPlaying = false;
        }