ScalingModeChanged

data class ScalingModeChanged(from: ScalingMode, to: ScalingMode) : PlayerEvent

Emitted when the PlayerView.getScalingMode is changed.

Constructors

Link copied to clipboard
fun ScalingModeChanged(from: ScalingMode, to: ScalingMode)

Properties

Link copied to clipboard
val from: ScalingMode

The old scaling mode value

Link copied to clipboard
val to: ScalingMode

The new scaling mode value