PreprocessEnableEffectsEnvFailed constant

int const PreprocessEnableEffectsEnvFailed

Description: Failed to open or close the beauty environment.
Cause: The beauty environment was not turned on or off before the engine started.
Solutions: Please make sure to turn on or turn off the beauty environment before the engine starts, for example: before calling (startPreview), (startPublishingStream), (startPlayingStream), (createMediaPlayer) or (createAudioEffectPlayer).

Implementation

static const int PreprocessEnableEffectsEnvFailed = 1007020;