MixerOutputTargetTooLongError constant

int const MixerOutputTargetTooLongError

Description: Mixed stream output target is too long.
Cause: The length of the target parameter of the mixed stream output exceeds the limit.
Solutions: Please make sure that the output destination length does less than 1024 bytes.

Implementation

static const int MixerOutputTargetTooLongError = 1005029;