MixerUserDataTooLong constant

int const MixerUserDataTooLong

Description: Failed to start mixed stream.
Cause: The user-defined data is too long.
Solutions: The maximum length of the custom input should not exceed 1000 bytes.

Implementation

static const int MixerUserDataTooLong = 1005068;