VIDEO_TRANSCODER_ERROR
Local video composition error codes.
Enumerations
- VT_ERR_VIDEO_SOURCE_NOT_READY
- 1: The specified 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: Invalid video source type. You need to specify a supported video source type again.
- VT_ERR_INVALID_IMAGE_PATH
- 3: Invalid image path. You need to specify the correct image path again.
- VT_ERR_UNSUPPORT_IMAGE_FORMAT
- 4: Unsupported image format. Make sure the image format is one of PNG, JPEG, or GIF.
- VT_ERR_INVALID_LAYOUT
- 5: Invalid video encoding resolution after composition.
- VT_ERR_INTERNAL
- 20: Internal unknown error.