Send a remote control command to the context.
#include <mm/renderer.h>
int mmr_command_send( mmr_context_t *ctxt,
const char *cmd )
Send a remote control command to the context. The commands available depend on the plugin in use.
This function is offered for future use; currently, no commands are defined.
Zero on success, -1 on failure (use mmr_error_info()).
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |