Uses of Class
org.praxislive.core.PortInfo
-
Packages that use PortInfo Package Description org.praxislive.audio org.praxislive.code org.praxislive.core org.praxislive.video -
-
Uses of PortInfo in org.praxislive.audio
Methods in org.praxislive.audio that return PortInfo Modifier and Type Method Description PortInfoAudioPort.Input. getInfo()PortInfoAudioPort.Output. getInfo() -
Uses of PortInfo in org.praxislive.code
Fields in org.praxislive.code declared as PortInfo Modifier and Type Field Description static PortInfoControlInput. INFOstatic PortInfoControlOutput. INFOMethods in org.praxislive.code that return PortInfo Modifier and Type Method Description PortInfoDataPort.Input. getInfo()PortInfoDataPort.Output. getInfo()abstract PortInfoPortDescriptor. getInfo() -
Uses of PortInfo in org.praxislive.core
Methods in org.praxislive.core that return PortInfo Modifier and Type Method Description PortInfoInfo.PortInfoBuilder. build()static PortInfoPortInfo. create(Class<? extends Port> typeClass, PortInfo.Direction direction, PMap properties)static PortInfoPortInfo. parse(String string)static PortInfoInfo. port(Function<Info.PortInfoChooser,Info.PortInfoBuilder> p)Apply the provided function to a PortInfoChooser to choose and customize a PortInfoBuilder and return the resulting PortInfo.PortInfoComponentInfo. portInfo(String port)Methods in org.praxislive.core that return types with arguments of type PortInfo Modifier and Type Method Description static Optional<PortInfo>PortInfo. from(Value arg)Methods in org.praxislive.core with parameters of type PortInfo Modifier and Type Method Description Info.ComponentInfoBuilderInfo.ComponentInfoBuilder. port(String id, PortInfo info)Add port info. -
Uses of PortInfo in org.praxislive.video
Methods in org.praxislive.video that return PortInfo Modifier and Type Method Description PortInfoVideoPort.Input. getInfo()PortInfoVideoPort.Output. getInfo()
-