Click or drag to resize

WaveFileBitsPerSample Property

Gets or sets number of bits-per-sample in the WaveFile.

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

Property Value

Int16
Remarks
This property defines the number of bits-per-sample (e.g., 8, 16, 24, 32, etc.) used by each sample in a block of samples - effectively the data sample size. See BitsPerSample enumeration for more details.
See Also