C# 클래스 iSpyApplication.Sources.Audio.streams.WavStream

상속: IAudioSource, IDisposable
파일 보기 프로젝트 열기: ispysoftware/iSpy

공개 메소드들

메소드 설명
Dispose ( ) : void
Start ( ) : void

Start audio source.

Starts audio source and return execution to caller. audio source object creates background thread and notifies about new frames with the help of DataAvailable event.

Stop ( ) : void

Stop audio source.

Stops audio source.

WavStream ( string source ) : System

Initializes a new instance of the LocalDeviceStream class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Free ( ) : void

Free resource.

SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void
StreamWav ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Start() 공개 메소드

Start audio source.
Starts audio source and return execution to caller. audio source object creates background thread and notifies about new frames with the help of DataAvailable event.
audio source is not specified.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stop audio source.

Stops audio source.

public Stop ( ) : void
리턴 void

WavStream() 공개 메소드

Initializes a new instance of the LocalDeviceStream class.
public WavStream ( string source ) : System
source string source, which provides audio data.
리턴 System