|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Media player command. More...
#include <media_proxy.h>
Data Fields | |
| uint8_t | opcode |
| The opcode. | |
| bool | use_param |
| Whether or not the mpl_cmd::param is used. | |
| int32_t | param |
| A 32-bit signed parameter. | |
Media player command.
| uint8_t mpl_cmd::opcode |
The opcode.
See the MEDIA_PROXY_OP_* values
| int32_t mpl_cmd::param |
A 32-bit signed parameter.
The parameter value depends on the mpl_cmd::opcode
| bool mpl_cmd::use_param |
Whether or not the mpl_cmd::param is used.