VideoTranscoderError

The error code of the local video mixing failure.

Enumerator

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