BASS.NET API for the Un4seen BASS Audio Library

BASS_SAMPLEmode3d Field

BASS.NET API for the Un4seen BASS Audio Library
The 3D processing mode... one of these flags (see BASS3DMode):
BASS_3DMODE_NORMALNormal 3D processing (default).
BASS_3DMODE_RELATIVEThe sample's 3D position (position/velocity/orientation) is relative to the listener. When the listener's position/velocity/orientation is changed with BASS_Set3DPosition(BASS_3DVECTOR, BASS_3DVECTOR, BASS_3DVECTOR, BASS_3DVECTOR), the sample's position relative to the listener does not change.
BASS_3DMODE_OFFTurn off 3D processing on the sample, the sound will be played in the center.

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

public BASS3DMode mode3d

Field Value

Type: BASS3DMode
See Also

Reference