Skip to content

WavFormat Class

Definition

File format for WAV audio files.

public sealed class WavFormat : IOFileFormat<WavFile>

View source

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.