Xeno-rat
Loading...
Searching...
No Matches
NAudio.Wave.IWaveIn Interface Reference

Generic interface for wave recording. More...

Inheritance diagram for NAudio.Wave.IWaveIn:
Collaboration diagram for NAudio.Wave.IWaveIn:

Public Member Functions

void StartRecording ()
 Start Recording.
 
void StopRecording ()
 Stop Recording.
 

Properties

WaveFormat WaveFormat [get, set]
 Recording WaveFormat.
 

Events

EventHandler< WaveInEventArgsDataAvailable
 Indicates recorded data is available.
 
EventHandler< StoppedEventArgsRecordingStopped
 Indicates that all recorded data has now been received.
 

Detailed Description

Generic interface for wave recording.

Member Function Documentation

◆ StartRecording()

void NAudio.Wave.IWaveIn.StartRecording ( )

◆ StopRecording()

void NAudio.Wave.IWaveIn.StopRecording ( )

Property Documentation

◆ WaveFormat

WaveFormat NAudio.Wave.IWaveIn.WaveFormat
getset

Event Documentation

◆ DataAvailable

EventHandler<WaveInEventArgs> NAudio.Wave.IWaveIn.DataAvailable

Indicates recorded data is available.

◆ RecordingStopped

EventHandler<StoppedEventArgs> NAudio.Wave.IWaveIn.RecordingStopped

Indicates that all recorded data has now been received.


The documentation for this interface was generated from the following file: