VideoTranscoderError

Local composition 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. Make sure the image format is one of PNG, JPEG, or GIF.
VtErrInvalidLayout
5: The encoded resolution of the composed video is invalid.
VtErrInternal
20: Internal unknown error.