Click or drag to resize
WaveWriter Class
Implements a WAV streamWriter.
Inheritance Hierarchy
SystemObject
  StreamCoders.ContainerWaveWriter

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class WaveWriter : IWriter, IDisposable

The WaveWriter type exposes the following members.

Constructors
  NameDescription
Public methodWaveWriter
Initializes a new instance of the WaveWriter class
Top
Methods
  NameDescription
Public methodAddTrack
Public methodDispose
Releases all resources used by the WaveWriter
Public methodEndTrack
Public methodInit(Stream)
Public methodInit(String)
Public methodWriteTrack
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
Remarks
Currently only writing of PCM samples is supported.
See Also