BASS.NET API for the Un4seen BASS Audio Library

WaveFormDrawWaveForm Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets how the wave form should be drawn (Default = Stereo).

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

public WaveFormWAVEFORMDRAWTYPE DrawWaveForm { get; set; }

Property Value

Type: WaveFormWAVEFORMDRAWTYPE
Remarks

WaveForm Drawing Type: use one of the following WaveFormWAVEFORMDRAWTYPE:
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) will be drawn.
HalfMonoOne combined mirrored half mono wave form will be drawn.
See Also

Reference