RecorderOpenFileFailed constant

int const RecorderOpenFileFailed

Description: Open file failed.
Cause: Invalid file path or no permissions to read/write file.
Solutions: Please specify a valid file path and has proper permissions to read/write.

Implementation

static const int RecorderOpenFileFailed = 1010013;