Uses of Class
org.praxislive.core.PortConnectionException
-
Packages that use PortConnectionException Package Description org.praxislive.audio org.praxislive.base org.praxislive.code org.praxislive.core org.praxislive.video -
-
Uses of PortConnectionException in org.praxislive.audio
Methods in org.praxislive.audio that throw PortConnectionException Modifier and Type Method Description protected abstract voidAudioPort.Input. addAudioOutputPort(AudioPort.Output port, org.jaudiolibs.pipes.Pipe source)protected voidDefaultAudioInputPort. addAudioOutputPort(AudioPort.Output port, org.jaudiolibs.pipes.Pipe source)voidAudioPort.Input. connect(Port port)voidDefaultAudioOutputPort. connect(Port port)protected voidAudioPort.Output. makeConnection(AudioPort.Input port, org.jaudiolibs.pipes.Pipe source) -
Uses of PortConnectionException in org.praxislive.base
Methods in org.praxislive.base that throw PortConnectionException Modifier and Type Method Description protected voidAbstractContainer. connect(String component1, String port1, String component2, String port2)protected voidAbstractRootContainer. connect(String component1, String port1, String component2, String port2) -
Uses of PortConnectionException in org.praxislive.code
Methods in org.praxislive.code that throw PortConnectionException Modifier and Type Method Description protected voidControlInput. addControlOutputPort(ControlPort.Output port)voidControlOutput. connect(Port port)voidDataPort.Input. connect(Port port)voidDataPort.Output. connect(Port port)voidRefPort.Input. connect(Port port)voidRefPort.Output. connect(Port port) -
Uses of PortConnectionException in org.praxislive.core
Methods in org.praxislive.core that throw PortConnectionException Modifier and Type Method Description protected abstract voidControlPort.Input. addControlOutputPort(ControlPort.Output port)voidControlPort.Input. connect(Port port)voidPort. connect(Port port)protected voidControlPort.Output. makeConnection(ControlPort.Input port) -
Uses of PortConnectionException in org.praxislive.video
Methods in org.praxislive.video that throw PortConnectionException Modifier and Type Method Description protected voidDefaultVideoInputPort. addVideoOutputPort(VideoPort.Output port, VideoPipe source)protected abstract voidVideoPort.Input. addVideoOutputPort(VideoPort.Output port, VideoPipe source)voidDefaultVideoOutputPort. connect(Port port)voidVideoPort.Input. connect(Port port)protected voidVideoPort.Output. makeConnection(VideoPort.Input port, VideoPipe source)
-