MediaPlayerPermissionDenied constant

int const MediaPlayerPermissionDenied

Description: The MediaPlayer failed to load the file.
Cause: Permission denied.
Solutions: Check the validity of the media file path.

Implementation

static const int MediaPlayerPermissionDenied = 1008015;