BASS.NET API for the Un4seen BASS Audio LibraryWaveForm VolumePoint MembersBASS.NET API for the Un4seen BASS Audio Library

Provides general methods to generate a stereo or mono channel waveform graphic for an audio file or a decoding stream handle.

The WaveForm will be drawn as two independent stereo envelopes, a combined dual mono envelope or a mono envelope.

Requires: bass.dll - available @ www.un4seen.com

The WaveForm VolumePoint type exposes the following members.
Constructors

  NameDescription
Public methodWaveForm VolumePoint
Creates a new volume point instance.
Back to Top
Methods

  NameDescription
Public methodCompareTo
Public methodToString
Returns the string representation of a wave form volume point.
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldLevel
0f=silent, 1f=0dB.
Public fieldPosition
Original position of the volume point.
Back to Top
See Also