MediaPlayerExceedMaxCount constant

int const MediaPlayerExceedMaxCount

Description: The number of MediaPlayer instances exceeds the maximum number allowed.
Cause: The number of MediaPlayer instances exceeds the maximum number allowed. Up to 4 instances can be created.
Solutions: Media players can create up to 4 instances, and make sure that the number of media player instances is not exceeded the maximum limit.

Implementation

static const int MediaPlayerExceedMaxCount = 1008030;