Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mpl_cmd Struct Reference

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.
 

Detailed Description

Media player command.

Field Documentation

◆ opcode

uint8_t mpl_cmd::opcode

The opcode.

See the MEDIA_PROXY_OP_* values

◆ param

int32_t mpl_cmd::param

A 32-bit signed parameter.

The parameter value depends on the mpl_cmd::opcode

◆ use_param

bool mpl_cmd::use_param

Whether or not the mpl_cmd::param is used.


The documentation for this struct was generated from the following file: