VIDEO_TRANSCODER_ERROR

The error code of the local video mixing failure.

Since
v4.2.0

Enumerator

VT_ERR_VIDEO_SOURCE_NOT_READY
1: The selected video source has not started video capture. You need to create a video track for it and start video capture.
VT_ERR_INVALID_VIDEO_SOURCE_TYPE
2: The video source type is invalid. You need to re-specify the supported video source type.
VT_ERR_INVALID_IMAGE_PATH
3: The image path is invalid. You need to re-specify the correct image path.
VT_ERR_UNSUPPORT_IMAGE_FORMAT
4: The image format is invalid. Make sure the image format is one of PNG, JPEG, or GIF.
VT_ERR_INVALID_LAYOUT
5: The video encoding resolution after video mixing is invalid.
VT_ERR_INTERNAL
20: Unknown internal error.