BASS.NET API for the Un4seen BASS Audio Library

WaveFormBEATDRAWTYPE Enumeration

BASS.NET API for the Un4seen BASS Audio Library
Beat Drawing Type: Defines how beat positions should be drawn with the WaveForm:
NoneNo beat positions will be drawn at all.
TopThe beat position lines will be drawn at the top of the WaveForm.
BottomThe beat position lines will be drawn at the bottom of the WaveForm.
MiddleThe beat position lines will be drawn in the middle of the WaveForm.
TopBottomThe beat position lines will be drawn at the top and bottom of the WaveForm.

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

public enum BEATDRAWTYPE
Members

  Member nameValueDescription
None0 No beat position will be drawn at all.
Top1 The beat position lines will be drawn at the top of the WaveForm.
Bottom2 The beat position lines will be drawn at the bottom of the WaveForm.
Middle3 The beat position lines will be drawn in the middle of the WaveForm.
TopBottom4 The beat position lines will be drawn at the top and bottom of the WaveForm.
Remarks

Used in the DrawBeat property.
See Also

Reference