opaque
[Interface specifications]
A generic interface for user-defined messages. More...
| |
#define | PLAYER_OPAQUE_DATA_STATE 1 |
Data subtype: generic state. |
Detailed Description
A generic interface for user-defined messages.
The opaque
interface allows you to send user-specified messages. With this interface a user can send custom commands to their drivers/plugins. See examples/plugins/opaquedriver for an example of using this interface in a plugin.