|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--cnrg.itx.datax.Connection | +--cnrg.itx.datax.AudioConnection
Class to represent an audio connection.
Constructor Summary | |
AudioConnection(Channel input,
Channel output)
Creates a connection object |
Method Summary | |
static AudioConnection |
getDefaultAudioConnection()
Creates the default AudioConnection object input channel. |
Methods inherited from class cnrg.itx.datax.Connection |
close,
getInputChannel,
getOutputChannel,
getProperties,
getStatistics,
open,
run,
setInputChannel,
setOutputChannel,
setPeerProperties,
setProperties |
Methods inherited from class java.util.Observable |
addObserver,
clearChanged,
countObservers,
deleteObserver,
deleteObservers,
hasChanged,
notifyObservers,
notifyObservers,
setChanged |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AudioConnection(Channel input, Channel output)
input
- the new input channeloutput
- the new output channel.Method Detail |
public static AudioConnection getDefaultAudioConnection() throws DataException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |