BASS.NET API for the Un4seen BASS Audio Library

BASS_SAMPLEflags Field

BASS.NET API for the Un4seen BASS Audio Library
A combination of these flags (BASSFlag):
BASS_SAMPLE_8BITSThe samples's resolution is 8-bit. If neither this or the BASS_SAMPLE_FLOAT flags are present, then the sample's resolution is 16-bit.
BASS_SAMPLE_FLOATThe samples's resolution is 32-bit floating-point.
BASS_SAMPLE_LOOPLooped?
BASS_SAMPLE_3DThe sample has 3D functionality enabled.
BASS_SAMPLE_MUTEMAX Mute the sample when it is at (or beyond) it's max distance (3D samples only).
BASS_SAMPLE_SOFTWAREThe sample is not using hardware mixing... it is being mixed in software by DirectSound.
BASS_SAMPLE_VAMDX7 voice allocation and management features are enabled (see below).
BASS_SAMPLE_OVER_VOLOverride: the channel with the lowest volume is overriden.
BASS_SAMPLE_OVER_POSOverride: the longest playing channel is overriden.
BASS_SAMPLE_OVER_DISTOverride: the channel furthest away (from the listener) is overriden (3D samples only).

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

public BASSFlag flags

Field Value

Type: BASSFlag
See Also

Reference