Enumeration BackgroundSourceType

The custom background.

Enumeration Members

BackgroundBlur: 3

3: The background is a blurred version of the original background.

BackgroundColor: 1

1: (Default) The background image is a solid color.

BackgroundImg: 2

2: The background is an image in PNG or JPG format.

BackgroundNone: 0

0: Process the background as alpha information without replacement, only separating the portrait and the background. After setting this value, you can call startLocalVideoTranscoder to implement the picture-in-picture effect.

BackgroundVideo: 4

4: The background is a local video in MP4, AVI, MKV, FLV, or other supported formats.

Generated using TypeDoc