|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Error codes returned by BASS_ErrorGetCode [NAME] BASS_ERROR
Field Summary | |
static int |
BASS_ERROR_ALREADY
already initialized/paused/whatever |
static int |
BASS_ERROR_BUFLOST
the sample buffer was lost |
static int |
BASS_ERROR_CODEC
codec is not available/supported |
static int |
BASS_ERROR_CREATE
couldn't create the file |
static int |
BASS_ERROR_DECODE
the channel is a "decoding channel" |
static int |
BASS_ERROR_DEVICE
illegal device number |
static int |
BASS_ERROR_DRIVER
can't find a free/valid driver |
static int |
BASS_ERROR_DX
a sufficient DirectX version is not installed |
static int |
BASS_ERROR_EMPTY
the MOD music has no sequence data |
static int |
BASS_ERROR_ENDED
the channel/file has ended |
static int |
BASS_ERROR_FILEFORM
unsupported file format |
static int |
BASS_ERROR_FILEOPEN
can't open the file |
static int |
BASS_ERROR_FORMAT
unsupported sample format |
static int |
BASS_ERROR_FREQ
illegal sample rate |
static int |
BASS_ERROR_HANDLE
invalid handle |
static int |
BASS_ERROR_ILLPARAM
an illegal parameter was specified |
static int |
BASS_ERROR_ILLTYPE
an illegal type was specified |
static int |
BASS_ERROR_INIT
BASS_Init has not been successfully called |
static int |
BASS_ERROR_MEM
memory error |
static int |
BASS_ERROR_NO3D
no 3D support |
static int |
BASS_ERROR_NOCHAN
can't get a free channel |
static int |
BASS_ERROR_NOEAX
no EAX support |
static int |
BASS_ERROR_NOFX
effects are not available |
static int |
BASS_ERROR_NOHW
no hardware voices available |
static int |
BASS_ERROR_NONET
no internet connection could be opened |
static int |
BASS_ERROR_NOPLAY
not playing |
static int |
BASS_ERROR_NOTAVAIL
requested data is not available |
static int |
BASS_ERROR_NOTFILE
the stream is not a file stream |
static int |
BASS_ERROR_POSITION
invalid position |
static int |
BASS_ERROR_SPEAKER
unavailable speaker |
static int |
BASS_ERROR_START
BASS_Start has not been successfully called |
static int |
BASS_ERROR_TIMEOUT
connection timedout |
static int |
BASS_ERROR_UNKNOWN
some other mystery problem |
static int |
BASS_ERROR_VERSION
invalid BASS version (used by add-ons) |
static int |
BASS_OK
all is OK |
Field Detail |
public static final int BASS_OK
public static final int BASS_ERROR_MEM
public static final int BASS_ERROR_FILEOPEN
public static final int BASS_ERROR_DRIVER
public static final int BASS_ERROR_BUFLOST
public static final int BASS_ERROR_HANDLE
public static final int BASS_ERROR_FORMAT
public static final int BASS_ERROR_POSITION
public static final int BASS_ERROR_INIT
public static final int BASS_ERROR_START
public static final int BASS_ERROR_ALREADY
public static final int BASS_ERROR_NOCHAN
public static final int BASS_ERROR_ILLTYPE
public static final int BASS_ERROR_ILLPARAM
public static final int BASS_ERROR_NO3D
public static final int BASS_ERROR_NOEAX
public static final int BASS_ERROR_DEVICE
public static final int BASS_ERROR_NOPLAY
public static final int BASS_ERROR_FREQ
public static final int BASS_ERROR_NOTFILE
public static final int BASS_ERROR_NOHW
public static final int BASS_ERROR_EMPTY
public static final int BASS_ERROR_NONET
public static final int BASS_ERROR_CREATE
public static final int BASS_ERROR_NOFX
public static final int BASS_ERROR_NOTAVAIL
public static final int BASS_ERROR_DECODE
public static final int BASS_ERROR_DX
public static final int BASS_ERROR_TIMEOUT
public static final int BASS_ERROR_FILEFORM
public static final int BASS_ERROR_SPEAKER
public static final int BASS_ERROR_VERSION
public static final int BASS_ERROR_CODEC
public static final int BASS_ERROR_ENDED
public static final int BASS_ERROR_UNKNOWN
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |