AudioEffectPlayerSeekFailed constant

int const AudioEffectPlayerSeekFailed

Description: Change audio effect progress failed.
Cause: The audio effect progress value exceed audio effect file duration.
Solutions: Please check the audio effect progress value exceed audio effect file duration or not.

Implementation

static const int AudioEffectPlayerSeekFailed = 1014003;