MediaPlayerNoFilePath constant

int const MediaPlayerNoFilePath

Description: The MediaPlayer failed to play the media.
Cause: The resource file is not loaded.
Solutions: The media player loads the media resource loadResource before starting.

Implementation

static const int MediaPlayerNoFilePath = 1008003;