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 PortInfo
AudioPort.Input. getInfo()
PortInfo
AudioPort.Output. getInfo()
-
Uses of PortInfo in org.praxislive.code
Fields in org.praxislive.code declared as PortInfo Modifier and Type Field Description static PortInfo
ControlInput. INFO
static PortInfo
ControlOutput. INFO
Methods in org.praxislive.code that return PortInfo Modifier and Type Method Description abstract PortInfo
PortDescriptor. getInfo()
Get port info. -
Uses of PortInfo in org.praxislive.core
Methods in org.praxislive.core that return PortInfo Modifier and Type Method Description PortInfo
Info.PortInfoBuilder. build()
static PortInfo
PortInfo. create(Class<? extends Port> typeClass, PortInfo.Direction direction, PMap properties)
static PortInfo
PortInfo. parse(String string)
static PortInfo
Info. 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.PortInfo
ComponentInfo. 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.ComponentInfoBuilder
Info.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 PortInfo
VideoPort.Input. getInfo()
PortInfo
VideoPort.Output. getInfo()
-