C# Class iSpyApplication.Sources.Audio.streams.iSpyServerStream

Inheritance: IAudioSource, IDisposable
Afficher le fichier Open project: ispysoftware/iSpy

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void
SpyServerListener ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Start() public méthode

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
Résultat void

Stop() public méthode

Stop audio source.

Stops audio source.

public Stop ( ) : void
Résultat void

WaitForStop() public méthode

public WaitForStop ( ) : void
Résultat void

iSpyServerStream() public méthode

Initializes a new instance of the LocalDeviceStream class.
public iSpyServerStream ( ) : System
Résultat System

iSpyServerStream() public méthode

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