|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.org.toot.audio.core.SimpleAudioProcess
uk.org.toot.audio.mixer.MixProcess
uk.org.toot.audio.mixer.MainMixProcess
public class MainMixProcess
MainMixProcess adds dynamic routing capability to MixProcess. i.e main bus routing to groups or master strip.
| Field Summary |
|---|
| Fields inherited from interface uk.org.toot.audio.core.AudioProcess |
|---|
AUDIO_DISCONNECT, AUDIO_OK |
| Constructor Summary | |
|---|---|
MainMixProcess(AudioMixerStrip strip,
MainMixVariables vars,
AudioMixer mixer)
|
|
| Method Summary | |
|---|---|
void |
close()
Close any resources opened by this AudioProcess. |
void |
open()
Open any resources required by this AudioProcess. |
| Methods inherited from class uk.org.toot.audio.mixer.MixProcess |
|---|
processAudio |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MainMixProcess(AudioMixerStrip strip,
MainMixVariables vars,
AudioMixer mixer)
| Method Detail |
|---|
public void open()
AudioProcess
open in interface AudioProcessopen in class SimpleAudioProcesspublic void close()
AudioProcess
close in interface AudioProcessclose in class SimpleAudioProcess
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||