|
WaveFileAmplitudeScalar Property
|
Returns the amplitude scalar for the given bits per sample of the WaveFile (i.e., maximum value
for given
BitsPerSample).
Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax public double AmplitudeScalar { get; }
Public ReadOnly Property AmplitudeScalar As Double
Get
member AmplitudeScalar : float with get
function get_AmplitudeScalar();
View SourceProperty Value
DoubleRemarks
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