MixerExceedMaxInputCount constant

int const MixerExceedMaxInputCount

Description: The number of input streams exceeds the maximum number allowed.
Cause: Supports up to 9 input streams, and may pass more than 9 input streams.
Solutions: Please check the input stream configuration of the mixing task.

Implementation

static const int MixerExceedMaxInputCount = 1005025;