Click or drag to resize

IWavReader Interface

IWavReader defines a class that represents the data within a WAV file. This is useful in creating a Sound object.

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 interface IWavReader

The IWavReader type exposes the following members.

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 methodGetDataStream
Gets a stream of possibly compressed sound data from the file.
Top
See Also