The class represents a volume point to be used to draw a volume curve within the wave form.
Inheritance Hierarchy
Un4seen.Bass.MiscWaveFormVolumePoint
Namespace: Un4seen.Bass.Misc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
The WaveFormVolumePoint type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WaveFormVolumePoint |
Creates a new volume point instance.
|
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Compares the current WaveFormVolumePoint object to another object based on it's Position.
| |
| ToString |
Returns the string representation of a wave form volume point.
(Overrides ObjectToString.) |
Fields
| Name | Description | |
|---|---|---|
| Level |
0f=silent, 1f=0dB.
| |
| Position |
Original position of the volume point.
|
See Also