Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Dispose method
|
|
GetCapabilities ( int devNumber ) : NAudio.Wave.WaveInCapabilities |
Retrieves the capabilities of a waveIn device
|
|
GetMixerLine ( ) : NAudio.Mixer.MixerLine |
Microphone Level
|
|
StartRecording ( ) : void |
Start recording
|
|
StopRecording ( ) : void |
Stop recording
|
|
WaveIn ( ) : System |
Prepares a Wave input device for recording
|
|
WaveIn ( |
Creates a WaveIn device using the specified window handle for callbacks
|
|
WaveIn ( NAudio.Wave.WaveCallbackInfo callbackInfo ) : System |
Prepares a Wave input device for recording
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose pattern
|
Метод | Описание | |
---|---|---|
Callback ( |
Called when we get a new buffer of recorded data
|
|
CloseWaveInDevice ( ) : void | ||
CreateBuffers ( ) : void | ||
EnqueueBuffers ( ) : void | ||
OpenWaveInDevice ( ) : void | ||
RaiseDataAvailable ( NAudio.Wave.WaveInBuffer buffer ) : void | ||
RaiseRecordingStopped ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public static GetCapabilities ( int devNumber ) : NAudio.Wave.WaveInCapabilities | ||
devNumber | int | Device to test |
Результат | NAudio.Wave.WaveInCapabilities |
public GetMixerLine ( ) : NAudio.Mixer.MixerLine | ||
Результат | NAudio.Mixer.MixerLine |
public WaveIn ( |
||
windowHandle | A valid window handle | |
Результат | System |
public WaveIn ( NAudio.Wave.WaveCallbackInfo callbackInfo ) : System | ||
callbackInfo | NAudio.Wave.WaveCallbackInfo | |
Результат | System |