setBackgroundColor [1/2]

Sets the background color of the CDN stream.

public void setBackgroundColor(int color)

The color format is an RGB hexadecimal value.

Parameters

color
The background color to set, using an RGB hexadecimal value. Only provide the value without #. For example: 0xFFB6C1 represents light pink. The default value is 0x000000 (black). (Default)