MediaPlayerNoInstance constant

int const MediaPlayerNoInstance

Description: The MediaPlayer failed to play the media.
Cause: The resource file is not loaded.
Solutions: Create a media player instance before using media players createMediaPlayer.

Implementation

static const int MediaPlayerNoInstance = 1008001;