Control Buttons Alt Component Options
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.