CapgeminiSurface.Util.ThreadedSoundPlayer.ThreadedSoundPlayer C# (CSharp) 메소드

ThreadedSoundPlayer() 공개 메소드

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