Possible Sound Player errors.
#include <bps/soundplayer.h>
typedef enum {
SOUNDPLAYER_ERROR_OK = 0
SOUNDPLAYER_ERROR_BAD_PARAMETER = 1
SOUNDPLAYER_ERROR_NOT_ENABLED = 2
SOUNDPLAYER_ERROR_RECEIVE_QUEUE_FULL = 3
SOUNDPLAYER_ERROR_RECEIVE_QUEUE_FULL_FOR_CLASS = 4
SOUNDPLAYER_ERROR_UNKNOWN_CLASS = 5
SOUNDPLAYER_ERROR_UNKNOWN_SOUND = 6
SOUNDPLAYER_ERROR_UNKNOWN_FILE = 7
} soundplayer_error_t;
BlackBerry 10.2.0
This enumeration defines the possible errors generated by the sound player service.