de.gulden.framework.jjack

Interface JJackConstants

public interface JJackConstants

Constant values used by the JJack API.

Version: 0.3

Author: Jens Gulden

Field Summary
static intINPUT
Constant denoting an input buffer or port.
static intLEFT
Constant denoting the left channel in a stereo environment.
static intOUTPUT
Constant denoting an output buffer or port.
static intRIGHT
Constant denoting the right channel in a stereo environment.

Field Detail

INPUT

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

See Also: JJackAudioPort

LEFT

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

See Also: JJackAudioEvent

OUTPUT

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

See Also: JJackAudioPort

RIGHT

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

See Also: JJackAudioEvent