Click or drag to resize

Mp3FileReader Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.IOStream
      Ozeki.MediaWaveFileStream
        Ozeki.MediaMp3FileReader

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public class Mp3FileReader : WaveFileStream

The Mp3FileReader type exposes the following members.

Constructors
 NameDescription
Public methodMp3FileReader(Stream)Initializes a new instance of the Mp3FileReader class
Public methodMp3FileReader(String)Initializes a new instance of the Mp3FileReader class
Top
Properties
Methods
 NameDescription
Public methodClose
(Inherited from WaveFileStream)
Protected methodDisposeReleases the unmanaged resources used by the Mp3FileReader and optionally releases the managed resources
(Overrides StreamDispose(Boolean))
Public methodFlush
(Inherited from WaveFileStream)
Public methodRead
(Overrides WaveFileStreamRead(Byte, Int32, Int32))
Public methodReadNextFrame 
Public methodReadNextFrame(Boolean) 
Public methodSeek
(Inherited from WaveFileStream)
Public methodSetLength
(Inherited from WaveFileStream)
Public methodWrite
(Inherited from WaveFileStream)
Top
Fields
 NameDescription
Protected fieldStream
(Inherited from WaveFileStream)
Top
Extension Methods
 NameDescription
Public Extension MethodCopyTo
(Defined by StreamExtension)
Public Extension MethodCopyTo
(Defined by StreamExtension)
Top
See Also