BASS.NET API for the Un4seen BASS Audio Library

DSP_PanPan Property

BASS.NET API for the Un4seen BASS Audio Library
Defines the panning factor between -1.0 (pan left) and 1.0 (pan right), center is at 0.0 (default).

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

public double Pan { get; set; }

Property Value

Type: Double
Remarks

Assigning values outside the valid range [-1..1] will be capped automatically.
See Also

Reference