MP3StreamRecorder Constructor |
Name | Description | |
---|---|---|
MP3StreamRecorder(Stream) |
Initializes a new instance of the MP3StreamRecorder class with default MediaFormat (16000 kHz, 16 bit, 1 channel)
| |
MP3StreamRecorder(String) |
Initializes a new instance of the MP3StreamRecorder class with default MediaFormat (8000 kHz, 16 bit, 1 channel)
| |
MP3StreamRecorder(Stream, AudioWaveFormat) |
Initializes a new instance of the MP3StreamRecorder class
| |
MP3StreamRecorder(String, AudioWaveFormat) |
Initializes a new instance of the MP3StreamRecorder class
| |
MP3StreamRecorder(Stream, AudioWaveFormat, UInt32) |
Initializes a new instance of the MP3StreamRecorder class
| |
MP3StreamRecorder(String, AudioWaveFormat, UInt32) |
Initializes a new instance of the MP3StreamRecorder class
|