Click or drag to resize

WaveFormatChunkExtraParameters Property

Gets or sets any extra parameters defined in the format header of the WaveFile.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public byte[] ExtraParameters { get; set; }
View Source

Property Value

Byte
Remarks
See the WaveFormatExtensible class for an example of usage of this property.
See Also