BASS.NET API for the Un4seen BASS Audio Library

BASSError Enumeration

BASS.NET API for the Un4seen BASS Audio Library

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

public enum BASSError
Members

  Member nameValueDescription
BASS_OK0 All is OK
BASS_ERROR_MEM1 Memory error
BASS_ERROR_FILEOPEN2 Can't open the file
BASS_ERROR_DRIVER3 Can't find a free/valid driver
BASS_ERROR_BUFLOST4 The sample buffer was lost
BASS_ERROR_HANDLE5 Invalid handle
BASS_ERROR_FORMAT6 Unsupported sample format
BASS_ERROR_POSITION7 Invalid playback position
BASS_ERROR_INIT8 BASS_Init has not been successfully called
BASS_ERROR_START9 BASS_Start has not been successfully called
BASS_ERROR_SSL10 SSL/HTTPS support isn't available
BASS_ERROR_REINIT11 device needs to be reinitialized
BASS_ERROR_NOCD12 No CD in drive
BASS_ERROR_CDTRACK13 Invalid track number
BASS_ERROR_ALREADY14 Already initialized/paused/whatever
BASS_ERROR_NOPAUSE16 Not paused
BASS_ERROR_NOTAUDIO17 Not an audio track
BASS_ERROR_NOCHAN18 Can't get a free channel
BASS_ERROR_ILLTYPE19 An illegal type was specified
BASS_ERROR_ILLPARAM20 An illegal parameter was specified
BASS_ERROR_NO3D21 No 3D support
BASS_ERROR_NOEAX22 No EAX support
BASS_ERROR_DEVICE23 Illegal device number
BASS_ERROR_NOPLAY24 Not playing
BASS_ERROR_FREQ25 Illegal sample rate
BASS_ERROR_NOTFILE27 The stream is not a file stream
BASS_ERROR_NOHW29 No hardware voices available
BASS_ERROR_EMPTY31 The MOD music has no sequence data
BASS_ERROR_NONET32 No internet connection could be opened
BASS_ERROR_CREATE33 Couldn't create the file
BASS_ERROR_NOFX34 Effects are not available
BASS_ERROR_PLAYING35 The channel is playing
BASS_ERROR_NOTAVAIL37 Requested data is not available
BASS_ERROR_DECODE38 The channel is a 'decoding channel'
BASS_ERROR_DX39 A sufficient DirectX version is not installed
BASS_ERROR_TIMEOUT40 Connection timedout
BASS_ERROR_FILEFORM41 Unsupported file format
BASS_ERROR_SPEAKER42 Unavailable speaker
BASS_ERROR_VERSION43 Invalid BASS version (used by add-ons)
BASS_ERROR_CODEC44 Codec is not available/supported
BASS_ERROR_ENDED45 The channel/file has ended
BASS_ERROR_BUSY46 The device is busy (eg. in "exclusive" use by another process)
BASS_ERROR_UNSTREAMABLE47 Unstreamable file
BASS_ERROR_PROTOCOL48 unsupported protocol
BASS_ERROR_DENIED49 access denied
BASS_ERROR_UNKNOWN-1 Some other mystery error
BASS_ERROR_WMA_LICENSE1000 BassWma: the file is protected
BASS_ERROR_WMA_WM91001 BassWma: WM9 is required
BASS_ERROR_WMA_DENIED1002 BassWma: access denied (user/pass is invalid)
BASS_ERROR_WMA_CODEC1003 BassWma: no appropriate codec is installed
BASS_ERROR_WMA_INDIVIDUAL1004 BassWma: individualization is needed
BASS_ERROR_ACM_CANCEL2000 BassEnc: ACM codec selection cancelled
BASS_ERROR_CAST_DENIED2100 BassEnc: Access denied (invalid password)
BASS_ERROR_SERVER_CERT2101 missing/invalid certificate
BASS_VST_ERROR_NOINPUTS3000 BassVst: the given effect has no inputs and is probably a VST instrument and no effect
BASS_VST_ERROR_NOOUTPUTS3001 BassVst: the given effect has no outputs
BASS_VST_ERROR_NOREALTIME3002 BassVst: the given effect does not support realtime processing
BASS_ERROR_WASAPI5000 BASSWASAPI: no WASAPI available
BASS_ERROR_WASAPI_BUFFER5001 BASSWASAPI: buffer size is invalid
BASS_ERROR_WASAPI_CATEGORY5002 BASSWASAPI: can't set category
BASS_ERROR_MP4_NOSTREAM6000 BASS_AAC: non-streamable due to MP4 atom order ('mdat' before 'moov')
BASS_ERROR_MIDI_INCLUDE7000 BASSMIDI: SFZ include file could not be opened
BASS_ERROR_WEBM_NOTAUDIO8000 BASSWEBM: non-streamable WebM audio
BASS_ERROR_WEBM_TRACK8001 BASSWEBM: invalid track number
See Also

Reference