Click or drag to resize
Mp3Reader Constructor
Initializes a new instance of the Mp3Reader class for the specified stream.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public Mp3Reader(
	Stream input
)

Parameters

input
Type: System.IOStream
The stream to be read.
See Also