Click or drag to resize
RawWriter Constructor
Initializes a new instance of the RawWriter class based on the supplied stream.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public RawWriter(
	Stream output
)

Parameters

output
Type: System.IOStream
The supplied stream.
See Also