Click or drag to resize
WaveStreamRecorder Constructor
Overload List
  NameDescription
Public methodWaveStreamRecorder(Stream)
Initializes a new instance of the WaveStreamRecorder class with default MediaFormat (8 kHz, 16 bit, 1 channel)
Public methodWaveStreamRecorder(String)
Initializes a new instance of the WaveStreamRecorder class with default MediaFormat (8 kHz, 16 bit, 1 channel)
Public methodWaveStreamRecorder(Stream, WaveFormat)
Initializes a new instance of the WaveStreamRecorder class
Public methodWaveStreamRecorder(String, WaveFormat)
Initializes a new instance of the WaveStreamRecorder class
Top
See Also