The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification. More...
#include <juce_OSCTypes.h>
Static Public Member Functions | |
static bool | isSupportedType (OSCType type) noexcept |
Static Public Attributes | |
static const OSCType | blob |
static const OSCType | colour |
static const OSCType | float32 |
static const OSCType | int32 |
static const OSCType | string |
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.
@tags{OSC}
|
static |
Referenced by juce::OSCArgument::isBlob(), and isSupportedType().
|
static |
Referenced by juce::OSCArgument::isColour(), and isSupportedType().
|
static |
Referenced by juce::OSCArgument::isFloat32(), and isSupportedType().
|
static |
Referenced by juce::OSCArgument::isInt32(), and isSupportedType().
|
static |
Referenced by juce::OSCArgument::isString(), and isSupportedType().