MixerOutputTargetInvalid constant

int const MixerOutputTargetInvalid

Description: Illegal format of mixed stream output target parameter.
Cause: When the target of the mixed stream output target is streamID, an illegal character is passed in.
Solutions: Please check whether the target of the mixed stream output target is of streamID type, if so, target only support numbers, English characters and '-', '_'.

Implementation

static const int MixerOutputTargetInvalid = 1005006;