Click or drag to resize

WaveDataReader(WaveFormatChunk, Stream) Constructor

Creates a new instance of the WaveDataReader class.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public WaveDataReader(
	WaveFormatChunk waveFormat,
	Stream waveStream
)
View Source

Parameters

waveFormat  WaveFormatChunk
The format of the wave stream.
waveStream  Stream
The stream containing wave data.
See Also