Uses of Class
org.praxislive.core.Port.Type
-
Packages that use Port.Type Package Description org.praxislive.audio org.praxislive.code org.praxislive.core org.praxislive.video -
-
Uses of Port.Type in org.praxislive.audio
Methods in org.praxislive.audio that return types with arguments of type Port.Type Modifier and Type Method Description Stream<Port.Type<?>>AudioPort.Provider. types() -
Uses of Port.Type in org.praxislive.code
Methods in org.praxislive.code that return types with arguments of type Port.Type Modifier and Type Method Description Stream<Port.Type<?>>DataPort.Provider. types() -
Uses of Port.Type in org.praxislive.core
Methods in org.praxislive.core that return Port.Type Modifier and Type Method Description static <T extends Port>
Port.Type<T>Port.Type. of(Class<T> baseClass)Port.Type<? extends Port>PortInfo. portType()Methods in org.praxislive.core that return types with arguments of type Port.Type Modifier and Type Method Description static Optional<Port.Type<? extends Port>>Port.Type. fromName(String name)Stream<Port.Type<?>>Port.TypeProvider. types() -
Uses of Port.Type in org.praxislive.video
Methods in org.praxislive.video that return types with arguments of type Port.Type Modifier and Type Method Description Stream<Port.Type<?>>VideoPort.Provider. types()
-