Click or drag to resize
Mp3DataConverter Class
Converts MP3 to WAV
Inheritance Hierarchy
SystemObject
  Ozeki.MediaMp3DataConverter

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class Mp3DataConverter

The Mp3DataConverter type exposes the following members.

Constructors
  NameDescription
Public methodMp3DataConverter
Initializes a new instance of the Mp3DataConverter class. with default AudioWaveFormat (8 KHz, 16 bit, mono)
Public methodMp3DataConverter(WaveFormat)
Initializes a new instance of the Mp3DataConverter class.
Top
Methods
  NameDescription
Public methodConvert
Converts mp3 data into wave data.
Top
See Also