opaque
[Interface specifications]


Detailed Description

A generic interface for user-defined messagesThe 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
#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

data


Last updated 12 September 2005 21:38:45