BASS.NET API for the Un4seen BASS Audio Library

WaveFormWaveBufferLevel Structure

BASS.NET API for the Un4seen BASS Audio Library
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.5
Syntax

[SerializableAttribute]
public struct Level

The WaveFormWaveBufferLevel type exposes the following members.

Constructors

  NameDescription
Public methodWaveFormWaveBufferLevel
Creates a new instance of the Level structure taking the given values.
Top
Fields

  NameDescription
Public fieldleft
The signed maximum value of the left channel of the the wave buffer data at this point.
Public fieldright
The signed maximum value of the right channel of the the wave buffer data at this point.
Top
See Also

Reference