MediaPlayerFileNoSupportedStream constant
Description: The MediaPlayer failed to load the file.
Cause: No supported audio/video stream exists.
Solutions: Check that the media file data is empty.
Implementation
static const int MediaPlayerFileNoSupportedStream = 1008008;