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

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

Parameters

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