MediaDataPublisherFileCodecError constant

int const MediaDataPublisherFileCodecError

Description: File decoding exception.
Cause: Invalid media file format.
Solutions: Please check the file is a valid media file or not; check the file format is in the MediaPlayer support file format list or not.

Implementation

static const int MediaDataPublisherFileCodecError = 1013003;