BASS.NET API for the Un4seen BASS Audio Library

WaveFormWaveBufferLevel Constructor

BASS.NET API for the Un4seen BASS Audio Library
Creates a new instance of the Level structure taking the given values.

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

public Level(
	short levelL,
	short levelR
)

Parameters

levelL
Type: SystemInt16
The left level value.
levelR
Type: SystemInt16
The right level value.
See Also

Reference