org.jouvieje.bass.defines
Interface BASS_ERROR


public interface BASS_ERROR

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

BASS_OK

public static final int BASS_OK
all is OK

See Also:
Constant Field Values

BASS_ERROR_MEM

public static final int BASS_ERROR_MEM
memory error

See Also:
Constant Field Values

BASS_ERROR_FILEOPEN

public static final int BASS_ERROR_FILEOPEN
can't open the file

See Also:
Constant Field Values

BASS_ERROR_DRIVER

public static final int BASS_ERROR_DRIVER
can't find a free/valid driver

See Also:
Constant Field Values

BASS_ERROR_BUFLOST

public static final int BASS_ERROR_BUFLOST
the sample buffer was lost

See Also:
Constant Field Values

BASS_ERROR_HANDLE

public static final int BASS_ERROR_HANDLE
invalid handle

See Also:
Constant Field Values

BASS_ERROR_FORMAT

public static final int BASS_ERROR_FORMAT
unsupported sample format

See Also:
Constant Field Values

BASS_ERROR_POSITION

public static final int BASS_ERROR_POSITION
invalid position

See Also:
Constant Field Values

BASS_ERROR_INIT

public static final int BASS_ERROR_INIT
BASS_Init has not been successfully called

See Also:
Constant Field Values

BASS_ERROR_START

public static final int BASS_ERROR_START
BASS_Start has not been successfully called

See Also:
Constant Field Values

BASS_ERROR_ALREADY

public static final int BASS_ERROR_ALREADY
already initialized/paused/whatever

See Also:
Constant Field Values

BASS_ERROR_NOCHAN

public static final int BASS_ERROR_NOCHAN
can't get a free channel

See Also:
Constant Field Values

BASS_ERROR_ILLTYPE

public static final int BASS_ERROR_ILLTYPE
an illegal type was specified

See Also:
Constant Field Values

BASS_ERROR_ILLPARAM

public static final int BASS_ERROR_ILLPARAM
an illegal parameter was specified

See Also:
Constant Field Values

BASS_ERROR_NO3D

public static final int BASS_ERROR_NO3D
no 3D support

See Also:
Constant Field Values

BASS_ERROR_NOEAX

public static final int BASS_ERROR_NOEAX
no EAX support

See Also:
Constant Field Values

BASS_ERROR_DEVICE

public static final int BASS_ERROR_DEVICE
illegal device number

See Also:
Constant Field Values

BASS_ERROR_NOPLAY

public static final int BASS_ERROR_NOPLAY
not playing

See Also:
Constant Field Values

BASS_ERROR_FREQ

public static final int BASS_ERROR_FREQ
illegal sample rate

See Also:
Constant Field Values

BASS_ERROR_NOTFILE

public static final int BASS_ERROR_NOTFILE
the stream is not a file stream

See Also:
Constant Field Values

BASS_ERROR_NOHW

public static final int BASS_ERROR_NOHW
no hardware voices available

See Also:
Constant Field Values

BASS_ERROR_EMPTY

public static final int BASS_ERROR_EMPTY
the MOD music has no sequence data

See Also:
Constant Field Values

BASS_ERROR_NONET

public static final int BASS_ERROR_NONET
no internet connection could be opened

See Also:
Constant Field Values

BASS_ERROR_CREATE

public static final int BASS_ERROR_CREATE
couldn't create the file

See Also:
Constant Field Values

BASS_ERROR_NOFX

public static final int BASS_ERROR_NOFX
effects are not available

See Also:
Constant Field Values

BASS_ERROR_NOTAVAIL

public static final int BASS_ERROR_NOTAVAIL
requested data is not available

See Also:
Constant Field Values

BASS_ERROR_DECODE

public static final int BASS_ERROR_DECODE
the channel is a "decoding channel"

See Also:
Constant Field Values

BASS_ERROR_DX

public static final int BASS_ERROR_DX
a sufficient DirectX version is not installed

See Also:
Constant Field Values

BASS_ERROR_TIMEOUT

public static final int BASS_ERROR_TIMEOUT
connection timedout

See Also:
Constant Field Values

BASS_ERROR_FILEFORM

public static final int BASS_ERROR_FILEFORM
unsupported file format

See Also:
Constant Field Values

BASS_ERROR_SPEAKER

public static final int BASS_ERROR_SPEAKER
unavailable speaker

See Also:
Constant Field Values

BASS_ERROR_VERSION

public static final int BASS_ERROR_VERSION
invalid BASS version (used by add-ons)

See Also:
Constant Field Values

BASS_ERROR_CODEC

public static final int BASS_ERROR_CODEC
codec is not available/supported

See Also:
Constant Field Values

BASS_ERROR_ENDED

public static final int BASS_ERROR_ENDED
the channel/file has ended

See Also:
Constant Field Values

BASS_ERROR_UNKNOWN

public static final int BASS_ERROR_UNKNOWN
some other mystery problem

See Also:
Constant Field Values


NativeBass is an Open Source Project under GNU LGPL License
NativeBass Project - © Copyright 2007-2008 - Jérôme Jouvie (Jouvieje)
http://jerome.jouvie.free.fr/ - jerome.jouvie@gmail.com

(Documentation Copyright © Ian Luck - BASS - http://www.un4seen.com)