JUCE
|
The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification. More...
Static Public Member Functions | |
static bool | isSupportedType (OSCType type) noexcept |
Static Public Attributes | |
static const OSCType | int32 |
static const OSCType | float32 |
static const OSCType | string |
static const OSCType | blob |
static const OSCType | colour |
The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification.
Note: This implementation does not support any additional type tags that are not part of the specification.
|
staticnoexcept |
|
static |
Referenced by OSCArgument::isInt32(), and isSupportedType().
|
static |
Referenced by OSCArgument::isFloat32(), and isSupportedType().
|
static |
Referenced by OSCArgument::isString(), and isSupportedType().
|
static |
Referenced by OSCArgument::isBlob(), and isSupportedType().
|
static |
Referenced by OSCArgument::isColour(), and isSupportedType().