Style Config Stream
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
Properties
Link copied to clipboard
The color of the background.
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.