Uses of Interface
org.praxislive.code.userapi.Data.Packet
Packages that use Data.Packet
-
Uses of Data.Packet in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return Data.PacketModifier and TypeMethodDescriptionData.Packet.createPacket()Create a packet compatible with the data in this packet.Methods in org.praxislive.code.userapi with parameters of type Data.PacketModifier and TypeMethodDescriptionbooleanData.Packet.isCompatible(Data.Packet<T> packet) Check whether a packet is compatible with this packet.protected voidData.Pipe.process(Data.Pipe<T> sink, Data.Packet<T> packet, long pass) Process data through this pipe.protected voidData.Pipe.writeOutput(List<Data.Packet<T>> data, Data.Packet<T> output, int sinkIndex) Write the data to the output.Method parameters in org.praxislive.code.userapi with type arguments of type Data.PacketModifier and TypeMethodDescriptionvoidData.Packet.accumulate(List<Data.Packet<T>> packets) Accumulate data from the provided packets into this packet.protected abstract voidData.Pipe.process(List<Data.Packet<T>> data) Process the data.protected voidData.Pipe.writeOutput(List<Data.Packet<T>> data, Data.Packet<T> output, int sinkIndex) Write the data to the output.