PlayerListener class abstract

Defines events that can be emitted by the player.

Implementers

Constructors

PlayerListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
onAirPlayAvailable ← void Function(AirPlayAvailableEvent)
See AirPlayAvailableEvent for details on this event.
no getter
onAirPlayChanged ← void Function(AirPlayChangedEvent)
See AirPlayChangedEvent for details on this event.
no getter
onCastAvailable ← void Function(CastAvailableEvent)
See CastAvailableEvent for details on this event.
no getter
onCastStart ← void Function(CastStartEvent)
See CastStartEvent for details on this event.
no getter
onCastStarted ← void Function(CastStartedEvent)
See CastStartedEvent for details on this event.
no getter
onCastStopped ← void Function(CastStoppedEvent)
See CastStoppedEvent for details on this event.
no getter
onCastTimeUpdated ← void Function(CastTimeUpdatedEvent)
See CastTimeUpdatedEvent for details on this event.
no getter
onCastWaitingForDevice ← void Function(CastWaitingForDeviceEvent)
See CastWaitingForDeviceEvent for details on this event.
no getter
onCueEnter ← void Function(CueEnterEvent)
See CueEnterEvent for details on this event.
no getter
onCueExit ← void Function(CueExitEvent)
See CueExitEvent for details on this event.
no getter
onError ← void Function(ErrorEvent)
See ErrorEvent for details on this event.
no getter
onEvent ← void Function(Event)
Receives any event that is emitted by the player.
no getter
onInfo ← void Function(InfoEvent)
See InfoEvent for details on this event.
no getter
onMuted ← void Function(MutedEvent)
See MutedEvent for details on this event.
no getter
onPaused ← void Function(PausedEvent)
See PausedEvent for details on this event.
no getter
onPlay ← void Function(PlayEvent)
See PlayEvent for details on this event.
no getter
onPlaybackFinished ← void Function(PlaybackFinishedEvent)
See PlaybackFinishedEvent for details on this event.
no getter
onPlaying ← void Function(PlayingEvent)
See PlayingEvent for details on this event.
no getter
onReady ← void Function(ReadyEvent)
See ReadyEvent for details on this event.
no getter
onSeek ← void Function(SeekEvent)
See SeekEvent for details on this event.
no getter
onSeeked ← void Function(SeekedEvent)
See SeekedEvent for details on this event.
no getter
onSourceAdded ← void Function(SourceAddedEvent)
See SourceAddedEvent for details on this event.
no getter
onSourceError ← void Function(SourceErrorEvent)
See SourceErrorEvent for details on this event.
no getter
onSourceInfo ← void Function(SourceInfoEvent)
See SourceInfoEvent for details on this event.
no getter
onSourceLoad ← void Function(SourceLoadEvent)
See SourceLoadEvent for details on this event.
no getter
onSourceLoaded ← void Function(SourceLoadedEvent)
See SourceLoadedEvent for details on this event.
no getter
onSourceRemoved ← void Function(SourceRemovedEvent)
See SourceRemovedEvent for details on this event.
no getter
onSourceUnloaded ← void Function(SourceUnloadedEvent)
See SourceUnloadedEvent for details on this event.
no getter
onSourceWarning ← void Function(SourceWarningEvent)
See SourceWarningEvent for details on this event.
no getter
onSubtitleAdded ← void Function(SubtitleAddedEvent)
See SubtitleAddedEvent for details on this event.
no getter
onSubtitleChanged ← void Function(SubtitleChangedEvent)
See SubtitleChangedEvent for details on this event.
no getter
onSubtitleRemoved ← void Function(SubtitleRemovedEvent)
See SubtitleRemovedEvent for details on this event.
no getter
onTimeChanged ← void Function(TimeChangedEvent)
See TimeChangedEvent for details on this event.
no getter
onTimeShift ← void Function(TimeShiftEvent)
See TimeShiftEvent for details on this event.
no getter
onTimeShifted ← void Function(TimeShiftedEvent)
See TimeShiftedEvent for details on this event.
no getter
onUnmuted ← void Function(UnmutedEvent)
See UnmutedEvent for details on this event.
no getter
onWarning ← void Function(WarningEvent)
See WarningEvent for details on this event.
no getter
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