MediaPlayerSetAudioTrackIndexError constant

int const MediaPlayerSetAudioTrackIndexError

Description: The media player failed to specify the audio track index.
Cause: The audio track index not exist.
Solutions: Check file audio track index call getAudioTrackCount can get.

Implementation

static const int MediaPlayerSetAudioTrackIndexError = 1008040;