Uses of Class
org.praxislive.internal.osc.OSCMessage
-
-
Uses of OSCMessage in org.praxislive.internal.osc
Methods in org.praxislive.internal.osc that return OSCMessage Modifier and Type Method Description static OSCMessageOSCMessage. decodeMessage(String command, ByteBuffer b)Creates a new message with arguments decoded from the ByteBuffer, using the default codec.protected OSCMessageOSCPacketCodec. decodeMessage(String command, ByteBuffer b)Creates a new message with arguments decoded from the ByteBuffer.Methods in org.praxislive.internal.osc with parameters of type OSCMessage Modifier and Type Method Description protected voidOSCPacketCodec. encodeMessage(OSCMessage msg, ByteBuffer b)Encodes the message onto the givenByteBuffer, beginning at the buffer's current position.protected intOSCPacketCodec. getMessageSize(OSCMessage msg)Calculates the byte size of the encoded messagevoidOSCListener. messageReceived(OSCMessage msg, SocketAddress sender, long time)Called when a new OSC message arrived at the receiving local socket.
-