Click or drag to resize

WaveFormatExtensible(UInt16, Speakers, Guid) Constructor

Creates a new WaveFormatExtensible object based on the given settings.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public WaveFormatExtensible(
	ushort sampleValue,
	Speakers channelMask,
	Guid subFormat
)
View Source

Parameters

sampleValue  UInt16
An UInt16 value representing the sample value.
channelMask  Speakers
A Speakers object.
subFormat  Guid
A Guid value.
See Also