Click or drag to resize

WaveFormatChunkChannels Property

Gets or sets number of audio channels in the WaveFile.

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

Property Value

Int16
Remarks
This property defines the number of channels (e.g., mono = 1, stereo = 2, etc.) defined in each sample block. See DataChannels enumeration for more details.
See Also