RtcMediaPlayerEventHandler class

The RtcMediaPlayerEvents interface.

Constructors

RtcMediaPlayerEventHandler({PlayerStateChangedCallBack? playerStateChangedCallBack, PositionChangedCallBack? positionChangedCallBack, PlayerEventCallBack? playerEventCallBack, MetadataCallback? metadataCallback})

Properties

hashCode int
The hash code for this object.
no setterinherited
metadataCallback ↔ MetadataCallback?
getter/setter pair
playerEventCallBack ↔ PlayerEventCallBack?
getter/setter pair
playerStateChangedCallBack ↔ PlayerStateChangedCallBack?
getter/setter pair
positionChangedCallBack ↔ PositionChangedCallBack?
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
process(String methodName, List data) → void
toString() String
A string representation of this object.
inherited

Operators

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