CustomVideoIONotSupportedBufferType constant

int const CustomVideoIONotSupportedBufferType

Description: Custom video rendering does not support the currently set video buffer type.
Cause: The buffer_type in the config parameter of enableCustomVideoRender only supports raw_data, cv_pixel_buffer, encoded_data. For enableCustomVideoProcessing, only raw_data is supported on Windows platform, only cv_pixel_buffer is supported on Apple devices, and gl_texture_2d and surface_texture are supported on Android platform.
Solutions: Select the correct video buffer type.

Implementation

static const int CustomVideoIONotSupportedBufferType = 1011011;