Click or drag to resize

WavReader Class

WavReader is a simple implementation of a WAV file reader, implementing IWavReader.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.Generating.MultimediaWavReader

Namespace:  Atalasoft.PdfDoc.Generating.Multimedia
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class WavReader : IWavReader

The WavReader type exposes the following members.

Constructors
  NameDescription
Public methodWavReader
Initializes a new instance of the WavReader class.
Top
Properties
  NameDescription
Public propertyBitsPerSample
Gets the number bits per sample.
Public propertyBlockAlignment
Gets the block alignment of data in the file.
Public propertyBytesPerSecond
Gets the playback rate in bytes per second.
Public propertyChannels
Gets the total number of channels of sound.
Public propertyCompression
Gets the compression used in the data.
Public propertyExtraFormatBytes
Gets extra bytes that may represent further compression or data interpretation information.
Public propertySamplingRate
Gets the sampling rate of the sound data.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDataStream
Gets a stream of possibly compressed sound data from the file. This is a sub stream of the data within the stream used to construct the class. Closing this stream will close the parent stream as well.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also