Media player events.
#include <bps/mediaplayer.h>
enumĀ {
MEDIAPLAYER_ACQUIRE_RESULT = 1
MEDIAPLAYER_REVOKE = 2
MEDIAPLAYER_COMMAND = 3
MEDIAPLAYER_BUTTON = 4
MEDIAPLAYER_RELEASE_RESULT = 5
MEDIAPLAYER_REGISTER_RESULT = 6
MEDIAPLAYER_REGISTER_BUTTON_RESULT = 7
MEDIAPLAYER_BUTTON_RESULT = MEDIAPLAYER_REGISTER_BUTTON_RESULT
MEDIAPLAYER_DEREGISTER_BUTTON_RESULT = 8
};
BlackBerry 10.0.0
The player should immediately stop playback and free up multimedia resources. It is the player's responsibility to re-acquire the right to play content after receiving this event.
Deprecated:
Use MEDIAPLAYER_REGISTER_BUTTON_RESULT instead
This enumeration defines the available Media player events.