VideoTranscoderError enum

The error code of the local video mixing failure.

Inheritance
Available extensions
Annotations
  • @JsonEnum(alwaysCreate: true)

Values

vtErrVideoSourceNotReady → const VideoTranscoderError

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

vtErrInvalidVideoSourceType → const VideoTranscoderError

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

vtErrInvalidImagePath → const VideoTranscoderError

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

vtErrUnsupportImageFormat → const VideoTranscoderError

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

vtErrInvalidLayout → const VideoTranscoderError

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

vtErrInternal → const VideoTranscoderError

20: Unknown internal error.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<VideoTranscoderError>
A constant List of the values in this enum, in order of their declaration.