MediaPlayerLocalCacheFailed constant

int const MediaPlayerLocalCacheFailed

Description: Failed to cache network resource file.
Cause: During playback, seekTo operation will cause cache failure, and network reasons or incomplete playback caused by active stop will also cause cache failure.
Solutions: Check whether there is a seekTo operation, whether the playback failed due to network reasons, or whether the playback stopped actively.

Implementation

static const int MediaPlayerLocalCacheFailed = 1008044;