PreprocessNotSupportEffectsBufferType constant

int const PreprocessNotSupportEffectsBufferType

Description: Effects Beauty does not support the currently set video data type.
Cause: enableCustomVideoProcessing interface, Windows platform only supports raw_data, Apple device only supports cv_pixel_buffer, Android platform supports gl_texture_2d.
Solutions: select the correct video data type.

Implementation

static const int PreprocessNotSupportEffectsBufferType = 1007023;