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

상속: 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
WebStream ( ) : System

Initializes a new instance of the LocalDeviceStream class.

WebStream ( Socket skt ) : 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
WebStreamListener ( ) : 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

WebStream() 공개 메소드

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

WebStream() 공개 메소드

Initializes a new instance of the LocalDeviceStream class.
public WebStream ( Socket skt ) : System
skt System.Net.Sockets.Socket socket, which provides audio data.
리턴 System