WavFormat Class
Definition
File format for WAV audio files.
public sealed class WavFormat : IOFileFormat<WavFile>
Fields
| Name | Description |
|---|---|
| Instance | The singleton instance of the WAV file format. |
Methods
| Name | Description |
|---|---|
| Read(Stream) | |
| Write(WavFile, Stream) | Writes a strongly-typed file to a stream. |