Click or drag to resize
MP3StreamRecorder Class
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaReceiverAudioData, AudioFormat
      Ozeki.MediaAudioReceiver
        Ozeki.MediaMP3StreamRecorder

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class MP3StreamRecorder : AudioReceiver, 
	IMedia

The MP3StreamRecorder type exposes the following members.

Constructors
  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
Methods
Properties
  NameDescription
Public propertyAudioWaveFormat
Represents a wave file format
Public propertyConverterType (Inherited from AudioReceiver.)
Public propertyFilePath
The mp3 files path. It is null if the MP3StreamRecorder was not initialised with filename.
Public propertyID (Inherited from DisposableClass.)
Public propertyIsStreaming
Public propertyReceiveFormats
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.)
Top
Events
See Also