Alvas.Audio Class Library

AviReader Constructor 

Initializes a new instance of the AviReader class for the specified stream.

[Visual Basic]
Public Sub New( _
   ByVal input As Stream _
)
[C#]
public AviReader(
   Stream input
);

Parameters

input
The stream to be read.

See Also

AviReader Class | Alvas.Audio Namespace