MP |
The MP3StreamRecorder type exposes the following members.
| 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 |
| Name | Description | |
|---|---|---|
| AudioWaveFormat | Represents a wave file format | |
| ConverterType | (Inherited from AudioReceiver) | |
| FilePath | The mp3 files path. It is null if the MP3StreamRecorder was not initialised with filename. | |
| ID | (Inherited from DisposableClass) | |
| IsStreaming | ||
| ReceiveFormats | (Inherited from AbstractMediaReceiverAudioData, AudioFormat) |
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from DisposableClass) | |
| Dispose(Boolean) | Releases the unmanaged resources used by the MP3StreamRecorder and optionally releases the managed resources (Overrides DisposableClass.Dispose(Boolean)) | |
| Finalize | (Inherited from DisposableClass) | |
| OnDataReceived | (Overrides AbstractMediaReceiver.OnDataReceived(Object, UTP)) | |
| Pause | ||
| SenderConnected | (Inherited from AudioReceiver) | |
| SenderDisconnected | (Inherited from AudioReceiver) | |
| SetReceiveFormats | (Inherited from AbstractMediaReceiverAudioData, AudioFormat) | |
| Start | ||
| Stop |
| Name | Description | |
|---|---|---|
| ReceiveFormatsChanged | (Inherited from AbstractMediaReceiverAudioData, AudioFormat) | |
| Stopped | Occurs when the audio recording or playing has been stopped |