Click or drag to resize

WaveFileAmplitudeScalar Property

Returns the amplitude scalar for the given bits per sample of the WaveFile (i.e., maximum value for given BitsPerSample).

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

Property Value

Double
Remarks
This defines a scaling factor (essentially a maximum value) used for integer based wave file formats. Floating point wave file formats do not need such scaling.
See Also