opaque
[Interface specifications]
Detailed Description
A generic interface for user-defined messagesTheopaque
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 |
#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 struct player_opaque_data | player_opaque_data_t |
Define Documentation
#define PLAYER_OPAQUE_DATA_STATE 1 |
Data subtype: generic state
Typedef Documentation
typedef struct player_opaque_data player_opaque_data_t |
data