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

상속: IAudioSource, IDisposable
파일 보기 프로젝트 열기: ispysoftware/iSpy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Interval int
PacketSize int

공개 메소드들

메소드 설명
DirectStream ( ) : System

Initializes a new instance of the LocalDeviceStream class.

DirectStream ( Stream stream ) : System

Initializes a new instance of the LocalDeviceStream class.

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.

보호된 메소드들

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

비공개 메소드들

메소드 설명
DirectStreamListener ( ) : void
Free ( ) : void

Free resource.

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

메소드 상세

DirectStream() 공개 메소드

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

DirectStream() 공개 메소드

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

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

프로퍼티 상세

Interval 공개적으로 프로퍼티

public int Interval
리턴 int

PacketSize 공개적으로 프로퍼티

public int PacketSize
리턴 int