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

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

Parameters

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