opaque
[Interface specifications]
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.
#define | PLAYER_OPAQUE_DATA_STATE 1 |
Data subtype: generic state. | |
#define | PLAYER_OPAQUE_CMD 2 |
Data subtype: generic command. | |
#define | PLAYER_OPAQUE_REQ 3 |
Data subtype: generic request. | |
#define | PLAYER_OPAQUE_MAX_SIZE 1048576 |
Maximum message size is 1 MB. | |
typedef player_opaque_data | player_opaque_data_t |
data |