Alvas.Audio Class Library

RawReader Constructor 

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

[Visual Basic]
Public Sub New( _
   ByVal input As Stream, _
   ByVal format As IntPtr _
)
[C#]
public RawReader(
   Stream input,
   IntPtr format
);

Parameters

input
The stream to be read.
format
Audio format

See Also

RawReader Class | Alvas.Audio Namespace