MediaPlayerFilePathNotExists constant

int const MediaPlayerFilePathNotExists

Description: The MediaPlayer failed to load the file.
Cause: The file path does not exist.
Solutions: Check the validity of the media file path.

Implementation

static const int MediaPlayerFilePathNotExists = 1008006;