|   | WaveDataReaderFromStream Method | 
        
        
        
        Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
 Syntax
SyntaxPublic Shared Function FromStream ( 
	waveStream As Stream
) As WaveDataReader
GSF.Media.WaveDataReader.FromStream = function(waveStream);
Parameters
- waveStream  Stream
- The WAV stream. The data in the stream must include all headers that would be present in a WAV file.
Return Value
WaveDataReaderThe WaveData instance created from a WAV stream.
 Remarks
Remarks
            This method is similar to the 
WaveDataReader(Stream) constructor,
            however this method will first search the stream for a format chunk in order to set
            up the WaveData object with proper format info.
            
 See Also
See Also