setBackgroundColor [1/2]
Sets the background color of the CDN live stream.
public void setBackgroundColor(int color) { this.backgroundColor = color; }
Parameters
- color
- Sets the background color of the CDN live stream in the format of RGB hex. Do not include # in the value. For example, 0xFFB6C1 is light pink. The default value is 0x000000 (black).