![]() |
Umsci
Upmix Spatial Control Interface — OCA/OCP.1 spatial audio utility
|
Carries a decoded RemoteObject across the thread boundary via JUCE's message queue. More...
#include <DeviceController.h>
Inheritance diagram for DeviceController::RemoteObjectReceivedMessage:
Collaboration diagram for DeviceController::RemoteObjectReceivedMessage:Public Member Functions | |
| RemoteObjectReceivedMessage (const RemoteObject &r) | |
| RemoteObjectReceivedMessage ()=default | |
| virtual | ~RemoteObjectReceivedMessage ()=default |
| void | setRemoteObject (const RemoteObject &r) |
| const RemoteObject & | getRemoteObject () const |
Carries a decoded RemoteObject across the thread boundary via JUCE's message queue.
Analogous to StateChangeMessage: a fully decoded RemoteObject is wrapped in this message and posted to the message thread so that onRemoteObjectReceived is always invoked on the JUCE message thread, regardless of which thread the OCP.1 data callback fired on.
Definition at line 660 of file DeviceController.h.
|
inline |
Definition at line 663 of file DeviceController.h.
References setRemoteObject().
|
default |
|
virtualdefault |
|
inline |
Definition at line 668 of file DeviceController.h.
|
inline |
Definition at line 667 of file DeviceController.h.
Referenced by RemoteObjectReceivedMessage().