Click or drag to resize
WaveWriter Constructor
Initializes a new instance of the WaveWriter class based on the supplied stream and a specific audio format header.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public WaveWriter(
	Stream output,
	byte[] formatHeader
)

Parameters

output
Type: System.IOStream
The supplied stream.
formatHeader
Type: SystemByte
The audio format header.
See Also