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

상속: 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.

WaitForStop ( ) : void
iSpyServerStream ( ) : System

Initializes a new instance of the LocalDeviceStream class.

iSpyServerStream ( string source ) : System

Initializes a new instance of the LocalDeviceStream class.

보호된 메소드들

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

비공개 메소드들

메소드 설명
SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void
SpyServerListener ( ) : 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

WaitForStop() 공개 메소드

public WaitForStop ( ) : void
리턴 void

iSpyServerStream() 공개 메소드

Initializes a new instance of the LocalDeviceStream class.
public iSpyServerStream ( ) : System
리턴 System

iSpyServerStream() 공개 메소드

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