| Alvas.Audio Class Library |
|
Mp3Reader Constructor
Initializes a new instance of the Mp3Reader class for the specified stream.
[Visual Basic]
Public Sub New( _
ByVal
input As
Stream _
)
[C#]
public Mp3Reader(
Stream input);
Parameters
-
input
- The stream to be read.
See Also
Mp3Reader Class | Alvas.Audio Namespace