VIDEO_TRANSCODER_ERROR
Error codes for local video mixing failure.
Enumerations
- VT_ERR_VIDEO_SOURCE_NOT_READY
- (1): The selected video source has not started video capture. You need to create a video track for the source and start capture.
- VT_ERR_INVALID_VIDEO_SOURCE_TYPE
- (2): Invalid video source type. You need to reassign a supported video source type.
- VT_ERR_INVALID_IMAGE_PATH
- (3): Invalid image path. You need to reassign the correct image path.
- VT_ERR_UNSUPPORT_IMAGE_FORMAT
- (4): Invalid image format. Please ensure the image format is PNG, JPEG, or GIF.
- VT_ERR_INVALID_LAYOUT
- (5): Invalid encoding resolution after video mixing.
- VT_ERR_INTERNAL
- (20): Unknown internal error.