Click or drag to resize

WaveFormatExtensible(WaveFormatChunk) Constructor

Creates a new WaveFormatExtensible object based on the WaveFormatChunk settings.

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

Parameters

waveFormat  WaveFormatChunk
A WaveFormatChunk format.
See Also