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.