C# 클래스 CapgeminiSurface.Util.ThreadedSoundPlayer

상속: System.Media.SoundPlayer
파일 보기 프로젝트 열기: smalice/SurfaceWPFApp

공개 메소드들

메소드 설명
PlaySound ( ) : void
ThreadedSoundPlayer ( Stream fileStream ) : System.IO

보호된 메소드들

메소드 설명
PlaySoundThread ( ) : void

메소드 상세

PlaySound() 공개 메소드

public PlaySound ( ) : void
리턴 void

PlaySoundThread() 보호된 메소드

protected PlaySoundThread ( ) : void
리턴 void

ThreadedSoundPlayer() 공개 메소드

public ThreadedSoundPlayer ( Stream fileStream ) : System.IO
fileStream System.IO.Stream
리턴 System.IO