Home
last modified time | relevance | path

Searched defs:OSCOutputStream (Results 1 – 1 of 1) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_osc/osc/
H A Djuce_OSCSender.cpp40 struct OSCOutputStream struct
42 OSCOutputStream() noexcept {} in OSCOutputStream() function
51 bool writeInt32 (int32 value) in writeInt32()
56 bool writeUint64 (uint64 value) in writeUint64()
61 bool writeFloat32 (float value) in writeFloat32()
66 bool writeString (const String& value) in writeString()
76 bool writeBlob (const MemoryBlock& blob) in writeBlob()
87 bool writeColour (OSCColour colour) in writeColour()
92 bool writeTimeTag (OSCTimeTag timeTag) in writeTimeTag()
140 bool writeMessage (const OSCMessage& msg) in writeMessage()
[all …]