Media controller events

Media Controller events.

Synopsis:

#include <bps/mediacontroller.h>
 
enumĀ {
      MEDIACONTROLLER_STATE =  1   
      MEDIACONTROLLER_METADATA =  2   
};

Since:

BlackBerry 10.0.0

Data:

MEDIACONTROLLER_STATE
The active player's state has changed.
MEDIACONTROLLER_METADATA
The active player's metadata has changed.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

This enumeration defines the available Media Controller events.