Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Default value in pixels

Description

mixer_text_cut_top3Text top cut
mixer_text_padding_bottom5Text bottom padding
mixer_text_padding_left5Text left padding
mixer_text_padding_right4Text right padding
mixer_text_padding_top5Text top padding

Since build 5.2.741 caption text colour and backgroung colour can be changed with the following parameters

Code Block
themeRDark
mixer_text_colour=0xFFFF00
mixer_text_background_colour=0x006666

A colour can be set as hexadecimal value with # or 0x prefix, in #RRGGBB form. Using the settings above, yellow text will be displayed on cian background:

Image Added

For audio only participants, bacj=kground colour fills the rectangle.

Caption text autoscaling

Since build 5.2.709 caption text can be autoscaled to fit the picture. The feature is enabled by default with thr following parameter

...

Code Block
themeRDark
mixer_show_separate_audio_frame=false

Since build 5.2.741 speech indicator frame colour can be changed with the following parameter

Code Block
themeRDark
mixer_voice_activity_colour=#FF0000

A colour can be set as hexadecimal value with # or 0x prefix, in #RRGGBB form. Using the settings above, speech indicator frame will be red.

Mixer background management

...