ControlButtonsAltComponentOptions

data class ControlButtonsAltComponentOptions(val buttons: List<ControlButton> = emptyList(), val position: String = "bottom", val location: String = "center", val direction: String = "horizontal", val showAspect: Boolean = true, val backgroundColor: Int = 0x80000000.toInt())

ControlButtonsAltComponent - Alternative control buttons layout for media controls.

Provides compact control buttons with alternative styling and positioning.

Constructors

Link copied to clipboard
constructor(buttons: List<ControlButton> = emptyList(), position: String = "bottom", location: String = "center", direction: String = "horizontal", showAspect: Boolean = true, backgroundColor: Int = 0x80000000.toInt())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val showAspect: Boolean = true