Click or drag to resize

MP3StreamRecorder Constructor

Overload List
  NameDescription
Public methodMP3StreamRecorder(Stream)
Initializes a new instance of the MP3StreamRecorder class with default MediaFormat (16000 kHz, 16 bit, 1 channel)
Public methodMP3StreamRecorder(String)
Initializes a new instance of the MP3StreamRecorder class with default MediaFormat (8000 kHz, 16 bit, 1 channel)
Public methodMP3StreamRecorder(Stream, AudioWaveFormat)
Initializes a new instance of the MP3StreamRecorder class
Public methodMP3StreamRecorder(String, AudioWaveFormat)
Initializes a new instance of the MP3StreamRecorder class
Public methodMP3StreamRecorder(Stream, AudioWaveFormat, UInt32)
Initializes a new instance of the MP3StreamRecorder class
Public methodMP3StreamRecorder(String, AudioWaveFormat, UInt32)
Initializes a new instance of the MP3StreamRecorder class
Top
See Also