media_action_t

Media actions.

Synopsis:

#include <bps/mediacommon.h>
 
typedef enum {
      MEDIA_ACTION_LAUNCH =  0   
      MEDIA_ACTION_FORWARD =  1   
} media_action_t;

Data:

MEDIA_ACTION_LAUNCH
A launch action.
MEDIA_ACTION_FORWARD
A forwarding action.

Library:

libbps

Description:

This enumeration defines the available actions for a button press.