C# 클래스 ArtofKinect.Common.SoundPlayer

상속: IDisposable
파일 보기 프로젝트 열기: JoshBlake/ArtOfKinectRecorder 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Load ( string filename ) : void
LoadWavStream ( Stream stream ) : void
Play ( ) : void
Seek ( System.TimeSpan offset ) : void
SoundPlayer ( ) : System
Stop ( ) : void

비공개 메소드들

메소드 설명
CreateInputStream ( Stream stream ) : ISampleProvider
CreateInputStream ( string fileName ) : ISampleProvider
CreateSampleStream ( WaveStream fileStream ) : ISampleProvider
Dispose ( bool disposing ) : void
OpenWavFile ( string fileName ) : WaveStream
OpenWavStream ( Stream stream ) : WaveStream
SoundWorker ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Load() 공개 메소드

public Load ( string filename ) : void
filename string
리턴 void

LoadWavStream() 공개 메소드

public LoadWavStream ( Stream stream ) : void
stream Stream
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Seek() 공개 메소드

public Seek ( System.TimeSpan offset ) : void
offset System.TimeSpan
리턴 void

SoundPlayer() 공개 메소드

public SoundPlayer ( ) : System
리턴 System

Stop() 공개 메소드

public Stop ( ) : void
리턴 void