public class LXAudioComponent extends LXComponent
LXComponent.Placeholder, LXComponent.Renamable
LXSerializable.Utils
Modifier and Type | Field and Description |
---|---|
protected static int |
BITS_PER_SAMPLE |
protected static int |
BYTES_PER_SAMPLE |
LXAudioBuffer |
left |
LXAudioBuffer |
mix |
protected static AudioFormat |
MONO |
protected static int |
MONO_BUFFER_SIZE |
protected static int |
MONO_FRAME_SIZE |
protected static DataLine.Info |
MONO_SOURCE_LINE |
protected static DataLine.Info |
MONO_TARGET_LINE |
LXAudioBuffer |
right |
protected static int |
SAMPLE_BUFFER_SIZE |
protected static int |
SAMPLE_RATE |
protected static AudioFormat |
STEREO |
protected static int |
STEREO_BUFFER_SIZE |
protected static int |
STEREO_FRAME_SIZE |
protected static DataLine.Info |
STEREO_SOURCE_LINE |
protected static DataLine.Info |
STEREO_TARGET_LINE |
controlSurfaceSemaphore, KEY_CLASS, KEY_COMPONENT_ID, KEY_ID, KEY_PARAMETER_PATH, KEY_PATH, label, lx, modulationColor
addArray, addChild, addInternalParameter, addParameter, addParameter, contains, copyParameters, dispose, getChild, getComponentName, getComponentName, getComponentName, getId, getLabel, getLX, getOscAddress, getOscLabel, getOscPath, getParameter, getParameters, getParent, getPath, handleOscMessage, load, loadParameters, onParameterChanged, removeParameter, removeParameter, save, saveParameters, setParent, toString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
get, get, getCanonicalLabel, getCanonicalLabel, getCanonicalPath, getCanonicalPath, getComponent, getComponent, getParameter, getParameter
protected static final int SAMPLE_RATE
protected static final int SAMPLE_BUFFER_SIZE
protected static final int BYTES_PER_SAMPLE
protected static final int BITS_PER_SAMPLE
protected static final int MONO_FRAME_SIZE
protected static final int STEREO_FRAME_SIZE
protected static final int MONO_BUFFER_SIZE
protected static final int STEREO_BUFFER_SIZE
protected static final AudioFormat MONO
protected static final AudioFormat STEREO
protected static final DataLine.Info MONO_SOURCE_LINE
protected static final DataLine.Info STEREO_SOURCE_LINE
protected static final DataLine.Info MONO_TARGET_LINE
protected static final DataLine.Info STEREO_TARGET_LINE
public final LXAudioBuffer left
public final LXAudioBuffer right
public final LXAudioBuffer mix
LX library by Mark C. Slee. © 2012-2020