Package-level declarations
Types
Link copied to clipboard
data class PlaybackSpeedConfig(val enableSpeedControl: Boolean = true, val defaultSpeed: Float = 1.0f, val allowedSpeeds: List<Float>? = null, val showSpeedBadge: Boolean = true, val rememberLastSpeed: Boolean = true)
Playback speed behaviour for net.bunny.bunnystreamplayer.ui.BunnyStreamPlayer. Pass an instance to net.bunny.bunnystreamplayer.ui.BunnyStreamPlayer.setPlaybackSpeedConfig before calling playVideo. Without it the player offers the speed options configured for the library in the Bunny dashboard.