ScalingModeChanged

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

Emitted when the PlayerView.scalingMode is changed.

Constructors

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

Properties

from
Link copied to clipboard
val from: ScalingMode
The old scaling mode value
to
Link copied to clipboard
val to: ScalingMode
The new scaling mode value

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.