WaveformTrackStyle

data class WaveformTrackStyle(val passedColor: Color, val futureColor: Color, val minBarHeight: Dp, val barSpacingRatio: Float)

Represents the style for the waveform track.

Parameters

passedColor

The color for the passed part of the waveform.

futureColor

The color for the future part of the waveform.

minBarHeight

The minimum height for the waveform bars.

barSpacingRatio

The ratio for the spacing between the waveform bars.

Constructors

Link copied to clipboard
constructor(passedColor: Color, futureColor: Color, minBarHeight: Dp, barSpacingRatio: Float)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard