MediaPlayerTakeSnapshotTimingError constant

int const MediaPlayerTakeSnapshotTimingError

Description: takeSnapshot screenshot failed
Cause: The video is not playing or 'setPlayerCanvas' is not called to display the video to the control.
Solutions: Check whether the video plays normally(check onPlayStart callback) and the screen is displayed normally.

Implementation

static const int MediaPlayerTakeSnapshotTimingError = 1008042;