CustomVideoIOEnableCustomIoFailed constant

int const CustomVideoIOEnableCustomIoFailed

Description: Failed to enable/disable custom video capture/rendering.
Cause: Not enable/disable custom video capture/rendering before engine is started.
Solutions: Please make sure to enable/disable custom video capture/rendering before engine is started, i.e., before calling (startPreview), (startPublishingStream), (startPlayingStream), (createMediaPlayer) or (createAudioEffectPlayer).

Implementation

static const int CustomVideoIOEnableCustomIoFailed = 1011003;