MediaPlayerAlreadyStart constant
int
const MediaPlayerAlreadyStart
Description: The MediaPlayer is already start.
Cause: Load
has been called.
Solutions: Please call Stop
first, then call Load
.
Implementation
static const int MediaPlayerAlreadyStart = 1008014;