Click or drag to resize

WaveFileReader Class

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

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

The WaveFileReader type exposes the following members.

Constructors
 NameDescription
Public methodWaveFileReader(Stream)Initializes a new instance of the WaveFileReader class
Public methodWaveFileReader(String)Initializes a new instance of the WaveFileReader class
Top
Properties
 NameDescription
Public propertyCanRead
(Inherited from WaveFileStream)
Public propertyCanSeek
(Inherited from WaveFileStream)
Public propertyCanWrite
(Inherited from WaveFileStream)
Public propertyFormat
(Inherited from WaveFileStream)
Public propertyLength
(Overrides WaveFileStreamLength)
Public propertyPosition
(Overrides WaveFileStreamPosition)
Public propertySampleCount 
Top
Methods
 NameDescription
Public methodClose
(Inherited from WaveFileStream)
Protected methodDisposeReleases the unmanaged resources used by the WaveFileReader and optionally releases the managed resources
(Overrides StreamDispose(Boolean))
Public methodFlush
(Inherited from WaveFileStream)
Public methodRead
(Overrides WaveFileStreamRead(Byte, Int32, Int32))
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