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 |
|---|---|
ReadAsync(IBinaryReader) |
Reads a file from an IBinaryReader. |
WriteAsync(WavFile, IBinaryWriter) |
Writes a strongly typed file to a stream. |