Click or drag to resize

WaveFileStream Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.IOStream
      Ozeki.MediaWaveFileStream
        Ozeki.MediaMp3FileReader
        Ozeki.MediaRawFileReader
        Ozeki.MediaWaveFileReader
        Ozeki.MediaWaveFileWriter

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

The WaveFileStream type exposes the following members.

Constructors
 NameDescription
Protected methodWaveFileStreamInitializes a new instance of the WaveFileStream class
Top
Properties
 NameDescription
Public propertyCanRead
(Overrides StreamCanRead)
Public propertyCanSeek
(Overrides StreamCanSeek)
Public propertyCanWrite
(Overrides StreamCanWrite)
Public propertyFormat 
Public propertyLength
(Overrides StreamLength)
Public propertyPosition
(Overrides StreamPosition)
Top
Methods
Fields
 NameDescription
Protected fieldStream 
Top
Extension Methods
 NameDescription
Public Extension MethodCopyTo
(Defined by StreamExtension)
Public Extension MethodCopyTo
(Defined by StreamExtension)
Top
See Also