Свойство | Type | Description | |
---|---|---|---|
Interval | int | ||
PacketSize | int |
Méthode | Description | |
---|---|---|
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. |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
DirectStreamListener ( ) : void | ||
Free ( ) : void |
Free resource.
|
|
SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void |
public DirectStream ( Stream stream ) : System | ||
stream | Stream | source, which provides audio data. |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |