Uses of Interface
org.praxislive.code.userapi.Data.Packet
-
Packages that use Data.Packet Package Description org.praxislive.code.userapi -
-
Uses of Data.Packet in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return Data.Packet Modifier and Type Method Description Data.Packet<T>Data.Packet. createPacket()Methods in org.praxislive.code.userapi with parameters of type Data.Packet Modifier and Type Method Description booleanData.Packet. isCompatible(Data.Packet<T> packet)protected voidData.Pipe. process(Data.Pipe<T> sink, Data.Packet<T> buffer, long time)protected voidData.Pipe. writeOutput(List<Data.Packet<T>> data, Data.Packet<T> output, int sinkIndex)Method parameters in org.praxislive.code.userapi with type arguments of type Data.Packet Modifier and Type Method Description voidData.Packet. accumulate(List<Data.Packet<T>> packets)protected voidData.In. process(List<Data.Packet<T>> data)protected voidData.Out. process(List<Data.Packet<T>> data)protected abstract voidData.Pipe. process(List<Data.Packet<T>> data)protected voidData.Pipe. writeOutput(List<Data.Packet<T>> data, Data.Packet<T> output, int sinkIndex)
-