Click or drag to resize
Accord.NET (logo)

WaveEncoder Constructor (Stream)

Constructs a new Wave encoder.

Namespace:  Accord.Audio.Formats
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public WaveEncoder(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
A stream to store the encoded data.
See Also