BASS.NET API for the Un4seen BASS Audio Library

WaveFormWAVEFORMDRAWTYPE Enumeration

BASS.NET API for the Un4seen BASS Audio Library
WaveForm Drawing Type: Defines how the wave form should be drawn:
StereoTwo independent wave forms will be drawn (upper=left channel, lower=right channel).
MonoOne combined mono wave form will be drawn.
DualMonoTwo overloaded mono wave forms (left, right both centered) will be drawn.
HalfMonoOne combined mirrored half mono wave form will be drawn (using ColorLeft, 0db at bottom).
HalfMonoFlippedOne combined mirrored half mono wave form will be drawn (using ColorLeft, 0db at top).

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

public enum WAVEFORMDRAWTYPE
Members

  Member nameValueDescription
Stereo0 Two independent wave forms will be drawn (upper=left channel, lower=right channel).
Mono1 One combined mono wave form will be drawn (using ColorLeft).
DualMono2 Two overloaded mono wave forms (left, right both centered) will be drawn.
HalfMono3 One combined mirrored half mono wave form will be drawn (using ColorLeft, 0db at bottom).
HalfMonoFlipped4 One combined mirrored half mono wave form will be drawn (using ColorLeft, 0db at top).
Remarks

Used in the DrawMarker property.
See Also

Reference