BASS.NET API for the Un4seen BASS Audio Library

WaveFormWaveBufferdata Field

BASS.NET API for the Un4seen BASS Audio Library
Data buffer containing the rendered peak levels of the right and left channel (one element represents the data of one frame).

The left and right values represent each the absolute signed maximum value of the left resp. right channel' sample data within the rendered frame (e.g. -10000 would be kept instead of +8000). If the channel is mono, then the left and right value of the data would contain the same value.

Structure of one WaveFormWaveBufferLevel element:

C#
|       32-bit      |
|   left  |  right  |

Each level ranges linearly from -32768 to 0 (silent) to +32767.

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

public WaveFormWaveBufferLevel[] data

Field Value

Type: WaveFormWaveBufferLevel
See Also

Reference