MP3StreamRecorder Class |
Namespace: Ozeki.Media
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 | |
---|---|---|
![]() | Dispose |
Disposes the object.
(Inherited from DisposableClass.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the MP3StreamRecorder and optionally releases the managed resources (Overrides DisposableClassDispose(Boolean).) |
![]() | Finalize | (Inherited from DisposableClass.) |
![]() | OnDataReceived | (Overrides AbstractMediaReceiverTData, TFormatOnDataReceived(Object, TData).) |
![]() | Pause | |
![]() | SenderConnected | (Inherited from AudioReceiver.) |
![]() | SenderDisconnected | (Inherited from AudioReceiver.) |
![]() | SetReceiveFormats |
Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.) |
![]() | Start | |
![]() | Stop |
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 |
Gets a list of media formats that the media handler can handle. If no media format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.) |
Name | Description | |
---|---|---|
![]() | ReceiveFormatsChanged |
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from AbstractMediaReceiverTData, TFormat.) |
![]() | Stopped |
Occurs when the audio recording or playing has been stopped
|