PositionDiscontinuity class

Information collected when a position discontinuity occurs.

Constructors

PositionDiscontinuity(PositionDiscontinuityReason reason, PlaybackEvent previousEvent, PlaybackEvent event)
const

Properties

event PlaybackEvent
The event that caused the position discontinuity.
final
hashCode int
The hash code for this object.
no setterinherited
previousEvent PlaybackEvent
The previous event before the position discontinuity.
final
reason PositionDiscontinuityReason
The reason for the position discontinuity.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited