BASS.NET API for the Un4seen BASS Audio Library

WaveFormVOLUMEDRAWTYPE Enumeration

BASS.NET API for the Un4seen BASS Audio Library
Volume Curve Drawing Type: Defines how the volume curve should be drawn with the WaveForm:
NoneNo volume curve will be drawn at all.
SolidA solid volume curve will be drawn over the WaveForm.
DottedA dotted volume curve will be drawn over the WaveForm.
NoPointsAdd this flag to suppress drawing the volume point markers (eg. Solid | NoPoints).

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

public enum VOLUMEDRAWTYPE
Members

  Member nameValueDescription
None0 No volume curve will be drawn at all.
Solid1 A solid volume curve will be drawn over the WaveForm.
Dotted2 A dotted volume curve will be drawn over the WaveForm.
NoPoints4 The volume point markers will not be drawn.
Remarks

Used in the DrawVolume property.
See Also

Reference