Enumeration VideoTranscoderError

The error code of the local video mixing failure.

Enumeration Members

VtErrInternal: 20

20: Unknown internal error.

VtErrInvalidImagePath: 3

3: The image path is invalid. You need to re-specify the correct image path.

VtErrInvalidLayout: 5

5: The video encoding resolution after video mixing is invalid.

VtErrInvalidVideoSourceType: 2

2: The video source type is invalid. You need to re-specify the supported video source type.

VtErrUnsupportImageFormat: 4

4: The image format is invalid. Make sure the image format is one of PNG, JPEG, or GIF.

VtErrVideoSourceNotReady: 1

1: The selected video source has not started video capture. You need to create a video track for it and start video capture.

Generated using TypeDoc