BASS.NET API for the Un4seen BASS Audio Library

BASSSFXError Enumeration

BASS.NET API for the Un4seen BASS Audio Library

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

public enum BASSSFXError
Members

  Member nameValueDescription
BASS_SFX_OK0 All is OK.
BASS_SFX_ERROR_MEM1 Memory error.
BASS_SFX_ERROR_FILEOPEN2 Can't open the file.
BASS_SFX_ERROR_HANDLE3 Invalid handle.
BASS_SFX_ERROR_ALREADY4 Already initialized.
BASS_SFX_ERROR_FORMAT5 Unsupported plugin format.
BASS_SFX_ERROR_INIT6BASS_SFX_Init(IntPtr, IntPtr) has not been successfully called.
BASS_SFX_ERROR_GUID7 Can't open WMP plugin using specified GUID.
BASS_SFX_ERROR_UNKNOWN-1 Some other mystery problem.
See Also

Reference