NeLivePlayerListener class

Inheritance

Constructors

NeLivePlayerListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
onCompletionListener ↔ void Function(String playerId)?
getter/setter pair
onErrorListener ↔ void Function(String playerId, PlayerErrorType what, int extra)?
getter/setter pair
onFirstAudioDisplayListener ↔ void Function(String playerId)?
getter/setter pair
onFirstVideoDisplayListener ↔ void Function(String playerId)?
getter/setter pair
onLoadStateChangeListener ↔ void Function(String playerId, PlayStateType type, int extra)?
getter/setter pair
onPreparedListener ↔ void Function(String playerId)?
getter/setter pair
onReleasedListener ↔ void Function(String playerId)?
getter/setter pair
onSyncContentListener ↔ void Function(String playerId, List<String> contents)?
getter/setter pair
onVideoSizeChangedListener ↔ void Function(String playerId, int width, int height)?
getter/setter pair
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
onCompletion(String playerId) → void
override
onError(String playerId, int what, int extra) → void
override
onFirstAudioDisplay(String playerId) → void
override
onFirstVideoDisplay(String playerId) → void
override
onLoadStateChange(String playerId, int state, int extra) → void
override
onPrepared(String playerId) → void
override
onReleased(String playerId) → void
override
onSyncContent(String playerId, List<String?> contents) → void
override
onVideoSizeChanged(String playerId, int width, int height) → void
override
toString() String
A string representation of this object.
inherited

Operators

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