VideoTranscoderError
Local video composition error codes.
Enumerations
- VtErrVideoSourceNotReady
- 1: The specified video source has not started video capture. You need to create a video track and start video capture for it.
- VtErrInvalidVideoSourceType
- 2: Invalid video source type. You need to re-specify a supported video source type.
- VtErrInvalidImagePath
- 3: Invalid image path. You need to re-specify a correct image path.
- VtErrUnsupportImageFormat
- 4: Invalid image format. Make sure the image format is one of PNG, JPEG, or GIF.
- VtErrInvalidLayout
- 5: Invalid video encoding resolution after composition.
- VtErrInternal
- 20: Unknown internal error.