Click or drag to resize

WaveDataChunk(WaveFormatChunk) Constructor

Constructs a new WAVE data chunk for the specified format.

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

Parameters

waveFormat  WaveFormatChunk
WaveFormatChunk that describes this WaveDataChunk.
See Also