BASS.NET API for the Un4seen BASS Audio Library

WaveFormVolumeCurveZeroLevel Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets if the initial level when drawing a volume curve should be silent (default is ).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool VolumeCurveZeroLevel { get; set; }

Property Value

Type: Boolean
Remarks

If the initial level at the beginning and end of the wave form is 0 (silent) - else it is at maximum (0dB).
See Also

Reference