NeLivePlayerListenerApi class abstract

Implementers

Constructors

NeLivePlayerListenerApi()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
onError(String playerId, int what, int extra) → void
onFirstAudioDisplay(String playerId) → void
onFirstVideoDisplay(String playerId) → void
onLoadStateChange(String playerId, int state, int extra) → void
onPrepared(String playerId) → void
onReleased(String playerId) → void
onSyncContent(String playerId, List<String?> contents) → void
onVideoSizeChanged(String playerId, int width, int height) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

setup(NeLivePlayerListenerApi? api, {BinaryMessenger? binaryMessenger}) → void

Constants

codec → const MessageCodec<Object?>