de.gulden.framework.jjack
Interface JJackConstants

All Known Implementing Classes:
JJackAudioEvent.ChannelImpl, JJackAudioEvent.PortImpl, JJackClient, JJackMixer, JJackMonitor, JJackSystem

public interface JJackConstants

Constant values used by the JJack API.

Version:
0.3
Author:
Jens Gulden

Field Summary
static int INPUT
          Constant denoting an input buffer or port.
static int LEFT
          Constant denoting the left channel in a stereo environment.
static int OUTPUT
          Constant denoting an output buffer or port.
static int RIGHT
          Constant denoting the right channel in a stereo environment.
 

Field Detail

INPUT

static final int INPUT
Constant denoting an input buffer or port.

See Also:
JJackAudioPort, Constant Field Values

OUTPUT

static final int OUTPUT
Constant denoting an output buffer or port.

See Also:
JJackAudioPort, Constant Field Values

LEFT

static final int LEFT
Constant denoting the left channel in a stereo environment.

See Also:
JJackAudioEvent, Constant Field Values

RIGHT

static final int RIGHT
Constant denoting the right channel in a stereo environment.

See Also:
JJackAudioEvent, Constant Field Values