VideoTranscoderError
Local video mixing error codes.
Enumerations
- vtErrVideoSourceNotReady
- 1: The specified video source has not started video capture. You need to create a video track for it and start video capture.
- vtErrInvalidVideoSourceType
- 2: Invalid video source type. You need to reassign a supported video source type.
- vtErrInvalidImagePath
- 3: Invalid image path. You need to reassign the correct image path.
- vtErrUnsupportImageFormat
- 4: Invalid image format. Ensure the image format is one of PNG, JPEG, or GIF.
- vtErrInvalidLayout
- 5: Invalid resolution for the encoded video after mixing.
- vtErrInternal
- 20: Internal unknown error.