Click or drag to resize

WaveFormatChunkAudioFormat Property

Gets or sets audio format used by the WaveFile.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public ushort AudioFormat { get; set; }
View Source

Property Value

UInt16
Remarks
PCM = 1 (i.e., linear quantization), values other than 1 typically indicate some form of compression. See WaveFormat enumeration for more details.
See Also