StyleConfigStream

class StyleConfigStream(var playbackMarkerBgColor: Color? = null, var playbackMarkerBorderColor: Color? = null, var playbackTrackPlayedColor: Color? = null, var playbackTrackBufferedColor: Color? = null, var playbackTrackBgColor: Color? = null, var textColor: Color? = null, var backgroundColor: Color? = null, var customCss: String = "")

Configuration for the style of the player.

See also

Constructors

Link copied to clipboard
constructor(playbackMarkerBgColor: Color? = null, playbackMarkerBorderColor: Color? = null, playbackTrackPlayedColor: Color? = null, playbackTrackBufferedColor: Color? = null, playbackTrackBgColor: Color? = null, textColor: Color? = null, backgroundColor: Color? = null, customCss: String = "")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The color of the background.

Link copied to clipboard

CSS rules that you can add to make the player look as you expect. Does not support URL or URI, has to be plain text.

Link copied to clipboard

The color of the playback marker background.

Link copied to clipboard

The color of the playback marker border.

Link copied to clipboard

The color of the playback track background.

Link copied to clipboard

The color of the playback track buffered.

Link copied to clipboard

The color of the playback track played.

Link copied to clipboard

The color of the text.