[ Version ( since = "0.10" ) ]
public signal void message (Message msg)
Allows for applications to receive element messages posted on the underlaying pipeline bus.
This is a detailed signal. Connect to it via `message:name` to only receive messages with a certain `name`.
Player will only forward messages to the main app thread (from which this signal is emitted) that have a matching signal handler, thus it is more efficient to listen only for specific messages instead of connecting to simply `message` with no details (without message name).
| msg |
a Message |