WavReader Class |
Namespace: Atalasoft.PdfDoc.Generating.Multimedia
The WavReader type exposes the following members.
| Name | Description | |
|---|---|---|
| BitsPerSample |
Gets the number bits per sample.
| |
| BlockAlignment |
Gets the block alignment of data in the file.
| |
| BytesPerSecond |
Gets the playback rate in bytes per second.
| |
| Channels |
Gets the total number of channels of sound.
| |
| Compression |
Gets the compression used in the data.
| |
| ExtraFormatBytes |
Gets extra bytes that may represent further compression or data interpretation information.
| |
| SamplingRate |
Gets the sampling rate of the sound data.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDataStream |
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.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |