Player
Static
asciiStatic
blobCreates an OscValue
the represents an BLOB data value based on the passed argument.
If the argument is a string, the OscValue
will contain the UTF-8 encoded string value.
If the argument is a Uint8Array
, the OscValue
will contain the binary data as the value.
If the argument cannot be interpreted as a BLOB value, an error is thrown.
Static
boolStatic
floatStatic
intGenerated using TypeDoc
Represents a single value in an Open Sound Control (OSC) message.