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.PacketMethods in org.praxislive.code.userapi with parameters of type Data.PacketModifier and TypeMethodDescriptionbooleanData.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.PacketModifier and TypeMethodDescriptionvoidData.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)