BASS.NET API for the Un4seen BASS Audio Library

WaveFormVolumePoint Class

BASS.NET API for the Un4seen BASS Audio Library
The class represents a volume point to be used to draw a volume curve within the wave form.
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.MiscWaveFormVolumePoint

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

public class VolumePoint

The WaveFormVolumePoint type exposes the following members.

Constructors

  NameDescription
Public methodWaveFormVolumePoint
Creates a new volume point instance.
Top
Methods

  NameDescription
Public methodCompareTo
Compares the current WaveFormVolumePoint object to another object based on it's Position.
Public methodToString
Returns the string representation of a wave form volume point.
(Overrides ObjectToString.)
Top
Fields

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

Reference