This structure represents one element of a data array.
It consists of a left and right value (both in the range of -32768 and +32767).
Namespace: Un4seen.Bass.Misc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
The WaveFormWaveBufferLevel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WaveFormWaveBufferLevel |
Creates a new instance of the Level structure taking the given values.
|
Fields
| Name | Description | |
|---|---|---|
| left |
The signed maximum value of the left channel of the the wave buffer data at this point.
| |
| right |
The signed maximum value of the right channel of the the wave buffer data at this point.
|
See Also