org.jouvieje.bass.defines
Interface BASS_DEVICE


public interface BASS_DEVICE

Initialization flags [NAME] BASS_DEVICE


Field Summary
static int BASS_DEVICE_3D
          enable 3D functionality
static int BASS_DEVICE_8BITS
          use 8 bit resolution, else 16 bit
static int BASS_DEVICE_CPSPEAKERS
          detect speakers via Windows control panel
static int BASS_DEVICE_LATENCY
          calculate device latency (BASS_INFO struct)
static int BASS_DEVICE_MONO
          use mono, else stereo
static int BASS_DEVICE_NOSPEAKER
          ignore speaker arrangement
static int BASS_DEVICE_SPEAKERS
          force enabling of speaker assignment
 

Field Detail

BASS_DEVICE_8BITS

public static final int BASS_DEVICE_8BITS
use 8 bit resolution, else 16 bit

See Also:
Constant Field Values

BASS_DEVICE_MONO

public static final int BASS_DEVICE_MONO
use mono, else stereo

See Also:
Constant Field Values

BASS_DEVICE_3D

public static final int BASS_DEVICE_3D
enable 3D functionality

See Also:
Constant Field Values

BASS_DEVICE_LATENCY

public static final int BASS_DEVICE_LATENCY
calculate device latency (BASS_INFO struct)

See Also:
Constant Field Values

BASS_DEVICE_CPSPEAKERS

public static final int BASS_DEVICE_CPSPEAKERS
detect speakers via Windows control panel

See Also:
Constant Field Values

BASS_DEVICE_SPEAKERS

public static final int BASS_DEVICE_SPEAKERS
force enabling of speaker assignment

See Also:
Constant Field Values

BASS_DEVICE_NOSPEAKER

public static final int BASS_DEVICE_NOSPEAKER
ignore speaker arrangement

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)